#DEBFD7

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

Shades of French Lilac #DEBFD7

Tints of French Lilac #DEBFD7

Color information

#DEBFD7 (or 0xDEBFD7) is unknown color: approx French Lilac. HEX triplet: DE, BF and D7. RGB value is (222,191,215). Sum of RGB (Red+Green+Blue) = 222+191+215=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFD7 is #214028. Grayscale: #CACACA. Windows color (decimal): -2179113 or 14139358. OLE color: 14139358.

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

Color convert

RGB222191215-
CMYK00.140.030.13
HSL313.55º31.96%80.98%-
HSV(B)313.55º13.96%87.06%-
XYZ61.0257.772.21-
YUV203134.77141.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.35%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 215 (84.38% from 255) = 34.24%
R=35.35%
G=30.41%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219121500.140.030.13313.5531.9680.98
HexDEBFD70E3D13a2051
Octal33627732701631547240121
Binary110111101011111111010111011101111011001110101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFD7; }

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

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

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

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

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

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

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

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