#DEB5D6

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

Shades of French Lilac #DEB5D6

Tints of French Lilac #DEB5D6

Color information

#DEB5D6 (or 0xDEB5D6) is unknown color: approx French Lilac. HEX triplet: DE, B5 and D6. RGB value is (222,181,214). Sum of RGB (Red+Green+Blue) = 222+181+214=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 181 (71.09% from 255 or 29.34% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB5D6 is #214A29. Grayscale: #C4C4C4. Windows color (decimal): -2181674 or 14071262. OLE color: 14071262.

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

Color convert

RGB222181214-
CMYK00.180.040.13
HSL311.71º38.32%79.02%-
HSV(B)311.71º18.47%87.06%-
XYZ58.7953.4370.83-
YUV197.02137.58145.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 181 (71.09% from 255) = 29.34%
BLUE value IS 214 (83.98% from 255) = 34.68%
R=35.98%
G=29.34%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218121400.180.040.13311.7138.3279.02
HexDEB5D60124D138264f
Octal33626532602241547046117
Binary11011110101101011101011001001010011011001110001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB5D6; }

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

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

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

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

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

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

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

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