#DEBFD5

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

Shades of French Lilac #DEBFD5

Tints of French Lilac #DEBFD5

Color information

#DEBFD5 (or 0xDEBFD5) is unknown color: approx French Lilac. HEX triplet: DE, BF and D5. RGB value is (222,191,213). Sum of RGB (Red+Green+Blue) = 222+191+213=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFD5 is #21402A. Grayscale: #CACACA. Windows color (decimal): -2179115 or 14008286. OLE color: 14008286.

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

Color convert

RGB222191213-
CMYK00.140.040.13
HSL317.42º31.96%80.98%-
HSV(B)317.42º13.96%87.06%-
XYZ60.7757.670.87-
YUV202.78133.77141.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.46%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 213 (83.59% from 255) = 34.03%
R=35.46%
G=30.51%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219121300.140.040.13317.4231.9680.98
HexDEBFD50E4D13d2051
Octal33627732501641547540121
Binary1101111010111111110101010111010011011001111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFD5; }

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

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

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

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

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

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

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

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