#DEAFCC

Color #DEAFCC Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #DEAFCC

Tints of Twilight #DEAFCC

Color information

#DEAFCC (or 0xDEAFCC) is unknown color: approx Twilight. HEX triplet: DE, AF and CC. RGB value is (222,175,204). Sum of RGB (Red+Green+Blue) = 222+175+204=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFCC is #215033. Grayscale: #C0C0C0. Windows color (decimal): -2183220 or 13414366. OLE color: 13414366.

HSL color Cylindrical-coordinate representation of color #DEAFCC: hue angle of 322.98º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEAFCC is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222175204-
CMYK00.210.080.13
HSL322.98º41.59%77.84%-
HSV(B)322.98º21.17%87.06%-
XYZ56.3550.5563.91-
YUV192.36134.57149.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 175 (68.75% from 255) = 29.12%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=36.94%
G=29.12%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217520400.210.080.13322.9841.5977.84
HexDEAFCC0158D1432a4e
Octal336257314025101550352116
Binary110111101010111111001100010101100011011010000111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFCC; }

 p { color: rgb(222,175,204); }

 H1.HeaderClassName
 {
   color: #DEAFCC;
 }
 .AnyTagClassName
 {
   color: #DEAFCC;
 }
</style>
background-color css

<style>
 a { background-color: #DEAFCC; }

 a { background-color: rgb(222,175,204); }

 div.DivClassName
 {
   background-color: #DEAFCC;
 }
 .BgClassName
 {
   background-color: #DEAFCC;
 }
</style>
border-color css

<style>
 span { border-color: #DEAFCC; }

 span { border-color: rgb(222,175,204); }

 td.TdClassName
 {
   border-color: #DEAFCC;
 }
 .TagClassName
 {
   border-color: #DEAFCC;
 }
</style>