#DEBFDB

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

Shades of French Lilac #DEBFDB

Tints of French Lilac #DEBFDB

Color information

#DEBFDB (or 0xDEBFDB) is unknown color: approx French Lilac. HEX triplet: DE, BF and DB. RGB value is (222,191,219). Sum of RGB (Red+Green+Blue) = 222+191+219=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFDB is #214024. Grayscale: #CBCBCB. Windows color (decimal): -2179109 or 14401502. OLE color: 14401502.

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

Color convert

RGB222191219-
CMYK00.140.010.13
HSL305.81º31.96%80.98%-
HSV(B)305.81º13.96%87.06%-
XYZ61.5457.9174.95-
YUV203.46136.77141.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.13%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 219 (85.94% from 255) = 34.65%
R=35.13%
G=30.22%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219121900.140.010.13305.8131.9680.98
HexDEBFDB0E1D1322051
Octal33627733301611546240121
Binary11011110101111111101101101110111011001100101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFDB; }

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

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

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

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

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

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

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

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