#DEC1CB

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

Shades of Twilight #DEC1CB

Tints of Twilight #DEC1CB

Color information

#DEC1CB (or 0xDEC1CB) is unknown color: approx Twilight. HEX triplet: DE, C1 and CB. RGB value is (222,193,203). Sum of RGB (Red+Green+Blue) = 222+193+203=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1CB is #213E34. Grayscale: #CACACA. Windows color (decimal): -2178613 or 13353438. OLE color: 13353438.

HSL color Cylindrical-coordinate representation of color #DEC1CB: hue angle of 339.31º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEC1CB is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222193203-
CMYK00.130.090.13
HSL339.31º30.53%81.37%-
HSV(B)339.31º13.06%87.06%-
XYZ59.9757.9864.53-
YUV202.81128.11141.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.92%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=35.92%
G=31.23%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219320300.130.090.13339.3130.5381.37
HexDEC1CB0D9D1531f51
Octal336301313015111552337121
Binary1101111011000001110010110110110011101101010011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1CB; }

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

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

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

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

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

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

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

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