#DEC4CF

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

Shades of Twilight #DEC4CF

Tints of Twilight #DEC4CF

Color information

#DEC4CF (or 0xDEC4CF) is unknown color: approx Twilight. HEX triplet: DE, C4 and CF. RGB value is (222,196,207). Sum of RGB (Red+Green+Blue) = 222+196+207=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4CF is #213B30. Grayscale: #CDCDCD. Windows color (decimal): -2177841 or 13616350. OLE color: 13616350.

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

Color convert

RGB222196207-
CMYK00.120.070.13
HSL334.62º28.26%81.96%-
HSV(B)334.62º11.71%87.06%-
XYZ61.1359.5167.3-
YUV205.03129.11140.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 196 (76.95% from 255) = 31.36%
BLUE value IS 207 (81.25% from 255) = 33.12%
R=35.52%
G=31.36%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219620700.120.070.13334.6228.2681.96
HexDEC4CF0C7D14f1c52
Octal33630431701471551734122
Binary110111101100010011001111011001111101101001111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4CF; }

 p { color: rgb(222,196,207); }

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

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

 a { background-color: rgb(222,196,207); }

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

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

 span { border-color: rgb(222,196,207); }

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