#DEBAD8

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

Shades of French Lilac #DEBAD8

Tints of French Lilac #DEBAD8

Color information

#DEBAD8 (or 0xDEBAD8) is unknown color: approx French Lilac. HEX triplet: DE, BA and D8. RGB value is (222,186,216). Sum of RGB (Red+Green+Blue) = 222+186+216=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAD8 is #214527. Grayscale: #C8C8C8. Windows color (decimal): -2180392 or 14203614. OLE color: 14203614.

HSL color Cylindrical-coordinate representation of color #DEBAD8: hue angle of 310º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBAD8 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB222186216-
CMYK00.160.030.13
HSL310º35.29%80%-
HSV(B)310º16.22%87.06%-
XYZ60.0855.6172.53-
YUV200.18136.93143.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 216 (84.77% from 255) = 34.62%
R=35.58%
G=29.81%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218621600.160.030.1331035.2980
HexDEBAD80103D1362350
Octal33627233002031546643120
Binary1101111010111010110110000100001111011001101101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAD8; }

 p { color: rgb(222,186,216); }

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

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

 a { background-color: rgb(222,186,216); }

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

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

 span { border-color: rgb(222,186,216); }

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