#DEC0D0

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

Shades of Twilight #DEC0D0

Tints of Twilight #DEC0D0

Color information

#DEC0D0 (or 0xDEC0D0) is unknown color: approx Twilight. HEX triplet: DE, C0 and D0. RGB value is (222,192,208). Sum of RGB (Red+Green+Blue) = 222+192+208=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0D0 is #213F2F. Grayscale: #CACACA. Windows color (decimal): -2178864 or 13680862. OLE color: 13680862.

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

Color convert

RGB222192208-
CMYK00.140.060.13
HSL328º31.25%81.18%-
HSV(B)328º13.51%87.06%-
XYZ60.3657.7867.65-
YUV202.79130.94141.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 192 (75.39% from 255) = 30.87%
BLUE value IS 208 (81.64% from 255) = 33.44%
R=35.69%
G=30.87%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219220800.140.060.1332831.2581.18
HexDEC0D00E6D1481f51
Octal33630032001661551037121
Binary110111101100000011010000011101101101101001000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0D0; }

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

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

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

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

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

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

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

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