#DEBDDB

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

Shades of French Lilac #DEBDDB

Tints of French Lilac #DEBDDB

Color information

#DEBDDB (or 0xDEBDDB) is unknown color: approx French Lilac. HEX triplet: DE, BD and DB. RGB value is (222,189,219). Sum of RGB (Red+Green+Blue) = 222+189+219=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDDB is #214224. Grayscale: #CACACA. Windows color (decimal): -2179621 or 14400990. OLE color: 14400990.

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

Color convert

RGB222189219-
CMYK00.150.010.13
HSL305.45º33.33%80.59%-
HSV(B)305.45º14.86%87.06%-
XYZ61.1157.0474.81-
YUV202.29137.43142.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.24%
GREEN value IS 189 (74.22% from 255) = 30%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=35.24%
G=30%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218921900.150.010.13305.4533.3380.59
HexDEBDDB0F1D1312151
Octal33627533301711546141121
Binary11011110101111011101101101111111011001100011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDDB; }

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

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

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

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

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

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

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

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