#DEB5DA

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

Shades of French Lilac #DEB5DA

Tints of French Lilac #DEB5DA

Color information

#DEB5DA (or 0xDEB5DA) is unknown color: approx French Lilac. HEX triplet: DE, B5 and DA. RGB value is (222,181,218). Sum of RGB (Red+Green+Blue) = 222+181+218=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB5DA is #214A25. Grayscale: #C5C5C5. Windows color (decimal): -2181670 or 14333406. OLE color: 14333406.

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

Color convert

RGB222181218-
CMYK00.180.020.13
HSL305.85º38.32%79.02%-
HSV(B)305.85º18.47%87.06%-
XYZ59.353.6473.56-
YUV197.48139.58145.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 181 (71.09% from 255) = 29.15%
BLUE value IS 218 (85.55% from 255) = 35.10%
R=35.75%
G=29.15%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218121800.180.020.13305.8538.3279.02
HexDEB5DA0122D132264f
Octal33626533202221546246117
Binary1101111010110101110110100100101011011001100101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB5DA; }

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

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

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

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

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

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

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

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