#DEB1DF

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

Shades of French Lilac #DEB1DF

Tints of French Lilac #DEB1DF

Color information

#DEB1DF (or 0xDEB1DF) is unknown color: approx French Lilac. HEX triplet: DE, B1 and DF. RGB value is (222,177,223). Sum of RGB (Red+Green+Blue) = 222+177+223=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1DF is #214E20. Grayscale: #C3C3C3. Windows color (decimal): -2182689 or 14660062. OLE color: 14660062.

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

Color convert

RGB222177223-
CMYK0.000.2100.13
HSL298.7º41.82%78.43%-
HSV(B)298.7º20.63%87.45%-
XYZ59.1752.376.79-
YUV195.7143.41146.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 177 (69.53% from 255) = 28.46%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=35.69%
G=28.46%
B=35.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221772230.000.2100.13298.741.8278.43
HexDEB1DF0150D12b2a4e
Octal33626133702501545352116
Binary110111101011000111011111010101011011001010111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB1DF; }

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

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

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

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

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

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

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

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