#DEB9DA

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

Shades of French Lilac #DEB9DA

Tints of French Lilac #DEB9DA

Color information

#DEB9DA (or 0xDEB9DA) is unknown color: approx French Lilac. HEX triplet: DE, B9 and DA. RGB value is (222,185,218). Sum of RGB (Red+Green+Blue) = 222+185+218=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB9DA is #214625. Grayscale: #C7C7C7. Windows color (decimal): -2180646 or 14334430. OLE color: 14334430.

HSL color Cylindrical-coordinate representation of color #DEB9DA: hue angle of 306.49º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEB9DA is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222185218-
CMYK00.170.020.13
HSL306.49º35.92%79.8%-
HSV(B)306.49º16.67%87.06%-
XYZ60.1355.2973.83-
YUV199.82138.26143.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 185 (72.66% from 255) = 29.6%
BLUE value IS 218 (85.55% from 255) = 34.88%
R=35.52%
G=29.6%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218521800.170.020.13306.4935.9279.8
HexDEB9DA0112D1322450
Octal33627133202121546244120
Binary1101111010111001110110100100011011011001100101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB9DA; }

 p { color: rgb(222,185,218); }

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

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

 a { background-color: rgb(222,185,218); }

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

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

 span { border-color: rgb(222,185,218); }

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