#DEC0CD

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

Shades of Twilight #DEC0CD

Tints of Twilight #DEC0CD

Color information

#DEC0CD (or 0xDEC0CD) is unknown color: approx Twilight. HEX triplet: DE, C0 and CD. RGB value is (222,192,205). Sum of RGB (Red+Green+Blue) = 222+192+205=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0CD is #213F32. Grayscale: #CACACA. Windows color (decimal): -2178867 or 13484254. OLE color: 13484254.

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

Color convert

RGB222192205-
CMYK00.140.080.13
HSL334º31.25%81.18%-
HSV(B)334º13.51%87.06%-
XYZ59.9957.6465.72-
YUV202.45129.44141.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 192 (75.39% from 255) = 31.02%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=35.86%
G=31.02%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219220500.140.080.1333431.2581.18
HexDEC0CD0E8D14e1f51
Octal336300315016101551637121
Binary1101111011000000110011010111010001101101001110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0CD; }

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

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

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

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

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

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

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

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