#DEBED9

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

Shades of French Lilac #DEBED9

Tints of French Lilac #DEBED9

Color information

#DEBED9 (or 0xDEBED9) is unknown color: approx French Lilac. HEX triplet: DE, BE and D9. RGB value is (222,190,217). Sum of RGB (Red+Green+Blue) = 222+190+217=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBED9 is #214126. Grayscale: #CACACA. Windows color (decimal): -2179367 or 14270174. OLE color: 14270174.

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

Color convert

RGB222190217-
CMYK00.140.020.13
HSL309.38º32.65%80.78%-
HSV(B)309.38º14.41%87.06%-
XYZ61.0657.3773.5-
YUV202.65136.1141.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.29%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 217 (85.16% from 255) = 34.50%
R=35.29%
G=30.21%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219021700.140.020.13309.3832.6580.78
HexDEBED90E2D1352151
Octal33627633101621546541121
Binary110111101011111011011001011101011011001101011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBED9; }

 p { color: rgb(222,190,217); }

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

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

 a { background-color: rgb(222,190,217); }

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

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

 span { border-color: rgb(222,190,217); }

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