#DEB2CA

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

Shades of Twilight #DEB2CA

Tints of Twilight #DEB2CA

Color information

#DEB2CA (or 0xDEB2CA) is unknown color: approx Twilight. HEX triplet: DE, B2 and CA. RGB value is (222,178,202). Sum of RGB (Red+Green+Blue) = 222+178+202=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2CA is #214D35. Grayscale: #C1C1C1. Windows color (decimal): -2182454 or 13284062. OLE color: 13284062.

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

Color convert

RGB222178202-
CMYK00.200.090.13
HSL327.27º40%78.43%-
HSV(B)327.27º19.82%87.06%-
XYZ56.7151.6362.85-
YUV193.89132.58148.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 178 (69.92% from 255) = 29.57%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=36.88%
G=29.57%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217820200.200.090.13327.274078.43
HexDEB2CA0149D147284e
Octal336262312024111550750116
Binary110111101011001011001010010100100111011010001111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB2CA; }

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

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

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

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

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

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

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

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