#DEB2DF

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

Shades of French Lilac #DEB2DF

Tints of French Lilac #DEB2DF

Color information

#DEB2DF (or 0xDEB2DF) is unknown color: approx French Lilac. HEX triplet: DE, B2 and DF. RGB value is (222,178,223). Sum of RGB (Red+Green+Blue) = 222+178+223=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2DF is #214D20. Grayscale: #C4C4C4. Windows color (decimal): -2182433 or 14660318. OLE color: 14660318.

HSL color Cylindrical-coordinate representation of color #DEB2DF: hue angle of 298.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEB2DF is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222178223-
CMYK0.000.2000.13
HSL298.67º41.28%78.63%-
HSV(B)298.67º20.18%87.45%-
XYZ59.3652.776.85-
YUV196.29143.08146.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 178 (69.92% from 255) = 28.57%
BLUE value IS 223 (87.5% from 255) = 35.79%
R=35.63%
G=28.57%
B=35.79%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221782230.000.2000.13298.6741.2878.63
HexDEB2DF0140D12b294f
Octal33626233702401545351117
Binary110111101011001011011111010100011011001010111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB2DF; }

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

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

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

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

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

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

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

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