#DEC0CF

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

Shades of Twilight #DEC0CF

Tints of Twilight #DEC0CF

Color information

#DEC0CF (or 0xDEC0CF) is unknown color: approx Twilight. HEX triplet: DE, C0 and CF. RGB value is (222,192,207). Sum of RGB (Red+Green+Blue) = 222+192+207=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0CF is #213F30. Grayscale: #CACACA. Windows color (decimal): -2178865 or 13615326. OLE color: 13615326.

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

Color convert

RGB222192207-
CMYK00.140.070.13
HSL330º31.25%81.18%-
HSV(B)330º13.51%87.06%-
XYZ60.2457.7367-
YUV202.68130.44141.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 192 (75.39% from 255) = 30.92%
BLUE value IS 207 (81.25% from 255) = 33.33%
R=35.75%
G=30.92%
B=33.33%

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
Decimal22219220700.140.070.1333031.2581.18
HexDEC0CF0E7D14a1f51
Octal33630031701671551237121
Binary110111101100000011001111011101111101101001010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0CF; }

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

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

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

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

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

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

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

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