#DEB3DF

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

Shades of French Lilac #DEB3DF

Tints of French Lilac #DEB3DF

Color information

#DEB3DF (or 0xDEB3DF) is unknown color: approx French Lilac. HEX triplet: DE, B3 and DF. RGB value is (222,179,223). Sum of RGB (Red+Green+Blue) = 222+179+223=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 179 (70.31% from 255 or 28.69% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEB3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB3DF is #214C20. Grayscale: #C4C4C4. Windows color (decimal): -2182177 or 14660574. OLE color: 14660574.

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

Color convert

RGB222179223-
CMYK0.000.2000.13
HSL298.64º40.74%78.82%-
HSV(B)298.64º19.73%87.45%-
XYZ59.5653.176.92-
YUV196.87142.75145.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 179 (70.31% from 255) = 28.69%
BLUE value IS 223 (87.5% from 255) = 35.74%
R=35.58%
G=28.69%
B=35.74%

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
Decimal2221792230.000.2000.13298.6440.7478.82
HexDEB3DF0140D12b294f
Octal33626333702401545351117
Binary110111101011001111011111010100011011001010111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB3DF; }

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

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

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

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

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

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

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

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