#DEB0CA

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

Shades of Twilight #DEB0CA

Tints of Twilight #DEB0CA

Color information

#DEB0CA (or 0xDEB0CA) is unknown color: approx Twilight. HEX triplet: DE, B0 and CA. RGB value is (222,176,202). Sum of RGB (Red+Green+Blue) = 222+176+202=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0CA is #214F35. Grayscale: #C0C0C0. Windows color (decimal): -2182966 or 13283550. OLE color: 13283550.

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

Color convert

RGB222176202-
CMYK00.210.090.13
HSL326.09º41.07%78.04%-
HSV(B)326.09º20.72%87.06%-
XYZ56.3150.8462.72-
YUV192.72133.24148.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37%
GREEN value IS 176 (69.14% from 255) = 29.33%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=37%
G=29.33%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217620200.210.090.13326.0941.0778.04
HexDEB0CA0159D146294e
Octal336260312025111550651116
Binary110111101011000011001010010101100111011010001101010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0CA; }

 p { color: rgb(222,176,202); }

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

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

 a { background-color: rgb(222,176,202); }

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

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

 span { border-color: rgb(222,176,202); }

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