#DEAFCE

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

Shades of Twilight #DEAFCE

Tints of Twilight #DEAFCE

Color information

#DEAFCE (or 0xDEAFCE) is unknown color: approx Twilight. HEX triplet: DE, AF and CE. RGB value is (222,175,206). Sum of RGB (Red+Green+Blue) = 222+175+206=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFCE is #215031. Grayscale: #C0C0C0. Windows color (decimal): -2183218 or 13545438. OLE color: 13545438.

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

Color convert

RGB222175206-
CMYK00.210.070.13
HSL320.43º41.59%77.84%-
HSV(B)320.43º21.17%87.06%-
XYZ56.5950.6565.19-
YUV192.59135.57148.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 206 (80.86% from 255) = 34.16%
R=36.82%
G=29.02%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217520600.210.070.13320.4341.5977.84
HexDEAFCE0157D1402a4e
Octal33625731602571550052116
Binary11011110101011111100111001010111111011010000001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFCE; }

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

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

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

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

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

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

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

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