#DEAFCA

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

Shades of Twilight #DEAFCA

Tints of Twilight #DEAFCA

Color information

#DEAFCA (or 0xDEAFCA) is unknown color: approx Twilight. HEX triplet: DE, AF and CA. RGB value is (222,175,202). Sum of RGB (Red+Green+Blue) = 222+175+202=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFCA is #215035. Grayscale: #C0C0C0. Windows color (decimal): -2183222 or 13283294. OLE color: 13283294.

HSL color Cylindrical-coordinate representation of color #DEAFCA: hue angle of 325.53º 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 #DEAFCA is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222175202-
CMYK00.210.090.13
HSL325.53º41.59%77.84%-
HSV(B)325.53º21.17%87.06%-
XYZ56.1150.4562.66-
YUV192.13133.57149.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.06%
GREEN value IS 175 (68.75% from 255) = 29.22%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=37.06%
G=29.22%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217520200.210.090.13325.5341.5977.84
HexDEAFCA0159D1462a4e
Octal336257312025111550652116
Binary110111101010111111001010010101100111011010001101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFCA; }

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

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

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

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

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

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

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

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