#DEBEDB

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

Shades of French Lilac #DEBEDB

Tints of French Lilac #DEBEDB

Color information

#DEBEDB (or 0xDEBEDB) is unknown color: approx French Lilac. HEX triplet: DE, BE and DB. RGB value is (222,190,219). Sum of RGB (Red+Green+Blue) = 222+190+219=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEDB is #214124. Grayscale: #CACACA. Windows color (decimal): -2179365 or 14401246. OLE color: 14401246.

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

Color convert

RGB222190219-
CMYK00.140.010.13
HSL305.62º32.65%80.78%-
HSV(B)305.62º14.41%87.06%-
XYZ61.3257.4774.88-
YUV202.87137.1141.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.18%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 219 (85.94% from 255) = 34.71%
R=35.18%
G=30.11%
B=34.71%

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
Decimal22219021900.140.010.13305.6232.6580.78
HexDEBEDB0E1D1322151
Octal33627633301611546241121
Binary11011110101111101101101101110111011001100101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEDB; }

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

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

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

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

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

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

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

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