#DEB1CA

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

Shades of Twilight #DEB1CA

Tints of Twilight #DEB1CA

Color information

#DEB1CA (or 0xDEB1CA) is unknown color: approx Twilight. HEX triplet: DE, B1 and CA. RGB value is (222,177,202). Sum of RGB (Red+Green+Blue) = 222+177+202=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1CA is #214E35. Grayscale: #C1C1C1. Windows color (decimal): -2182710 or 13283806. OLE color: 13283806.

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

Color convert

RGB222177202-
CMYK00.200.090.13
HSL326.67º40.54%78.24%-
HSV(B)326.67º20.27%87.06%-
XYZ56.5151.2462.79-
YUV193.3132.91148.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 177 (69.53% from 255) = 29.45%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=36.94%
G=29.45%
B=33.61%

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
Decimal22217720200.200.090.13326.6740.5478.24
HexDEB1CA0149D147294e
Octal336261312024111550751116
Binary110111101011000111001010010100100111011010001111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB1CA; }

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

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

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

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

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

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

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

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