#DEC0CE

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

Shades of Twilight #DEC0CE

Tints of Twilight #DEC0CE

Color information

#DEC0CE (or 0xDEC0CE) is unknown color: approx Twilight. HEX triplet: DE, C0 and CE. RGB value is (222,192,206). Sum of RGB (Red+Green+Blue) = 222+192+206=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0CE is #213F31. Grayscale: #CACACA. Windows color (decimal): -2178866 or 13549790. OLE color: 13549790.

HSL color Cylindrical-coordinate representation of color #DEC0CE: hue angle of 332º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC0CE is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222192206-
CMYK00.140.070.13
HSL332º31.25%81.18%-
HSV(B)332º13.51%87.06%-
XYZ60.1157.6966.36-
YUV202.57129.94141.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.81%
GREEN value IS 192 (75.39% from 255) = 30.97%
BLUE value IS 206 (80.86% from 255) = 33.23%
R=35.81%
G=30.97%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219220600.140.070.1333231.2581.18
HexDEC0CE0E7D14c1f51
Octal33630031601671551437121
Binary110111101100000011001110011101111101101001100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0CE; }

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

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

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

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

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

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

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

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