#DEC0CB

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

Shades of Twilight #DEC0CB

Tints of Twilight #DEC0CB

Color information

#DEC0CB (or 0xDEC0CB) is unknown color: approx Twilight. HEX triplet: DE, C0 and CB. RGB value is (222,192,203). Sum of RGB (Red+Green+Blue) = 222+192+203=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0CB is #213F34. Grayscale: #CACACA. Windows color (decimal): -2178869 or 13353182. OLE color: 13353182.

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

Color convert

RGB222192203-
CMYK00.140.090.13
HSL338º31.25%81.18%-
HSV(B)338º13.51%87.06%-
XYZ59.7557.5464.46-
YUV202.22128.44142.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 192 (75.39% from 255) = 31.12%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=35.98%
G=31.12%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219220300.140.090.1333831.2581.18
HexDEC0CB0E9D1521f51
Octal336300313016111552237121
Binary1101111011000000110010110111010011101101010010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0CB; }

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

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

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

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

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

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

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

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