#DEBFD9

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

Shades of French Lilac #DEBFD9

Tints of French Lilac #DEBFD9

Color information

#DEBFD9 (or 0xDEBFD9) is unknown color: approx French Lilac. HEX triplet: DE, BF and D9. RGB value is (222,191,217). Sum of RGB (Red+Green+Blue) = 222+191+217=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFD9 is #214026. Grayscale: #CBCBCB. Windows color (decimal): -2179111 or 14270430. OLE color: 14270430.

HSL color Cylindrical-coordinate representation of color #DEBFD9: hue angle of 309.68º degrees, saturation: 0.32, 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 #DEBFD9 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222191217-
CMYK00.140.020.13
HSL309.68º31.96%80.98%-
HSV(B)309.68º13.96%87.06%-
XYZ61.2857.873.57-
YUV203.23135.77141.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.24%
GREEN value IS 191 (75% from 255) = 30.32%
BLUE value IS 217 (85.16% from 255) = 34.44%
R=35.24%
G=30.32%
B=34.44%

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
Decimal22219121700.140.020.13309.6831.9680.98
HexDEBFD90E2D1362051
Octal33627733101621546640121
Binary110111101011111111011001011101011011001101101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFD9; }

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

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

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

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

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

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

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

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