#DEB0CF

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

Shades of French Lilac #DEB0CF

Tints of French Lilac #DEB0CF

Color information

#DEB0CF (or 0xDEB0CF) is unknown color: approx French Lilac. HEX triplet: DE, B0 and CF. RGB value is (222,176,207). Sum of RGB (Red+Green+Blue) = 222+176+207=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0CF is #214F30. Grayscale: #C1C1C1. Windows color (decimal): -2182961 or 13611230. OLE color: 13611230.

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

Color convert

RGB222176207-
CMYK00.210.070.13
HSL319.57º41.07%78.04%-
HSV(B)319.57º20.72%87.06%-
XYZ56.9151.0965.89-
YUV193.29135.74148.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 176 (69.14% from 255) = 29.09%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=36.69%
G=29.09%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217620700.210.070.13319.5741.0778.04
HexDEB0CF0157D140294e
Octal33626031702571550051116
Binary11011110101100001100111101010111111011010000001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0CF; }

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

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

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

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

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

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

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

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