#DEBAD7

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

Shades of French Lilac #DEBAD7

Tints of French Lilac #DEBAD7

Color information

#DEBAD7 (or 0xDEBAD7) is unknown color: approx French Lilac. HEX triplet: DE, BA and D7. RGB value is (222,186,215). Sum of RGB (Red+Green+Blue) = 222+186+215=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAD7 is #214528. Grayscale: #C7C7C7. Windows color (decimal): -2180393 or 14138078. OLE color: 14138078.

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

Color convert

RGB222186215-
CMYK00.160.030.13
HSL311.67º35.29%80%-
HSV(B)311.67º16.22%87.06%-
XYZ59.9555.5571.85-
YUV200.07136.43143.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 215 (84.38% from 255) = 34.51%
R=35.63%
G=29.86%
B=34.51%

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
Decimal22218621500.160.030.13311.6735.2980
HexDEBAD70103D1382350
Octal33627232702031547043120
Binary1101111010111010110101110100001111011001110001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAD7; }

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

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

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

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

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

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

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

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