#DEBBD4

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

Shades of French Lilac #DEBBD4

Tints of French Lilac #DEBBD4

Color information

#DEBBD4 (or 0xDEBBD4) is unknown color: approx French Lilac. HEX triplet: DE, BB and D4. RGB value is (222,187,212). Sum of RGB (Red+Green+Blue) = 222+187+212=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBD4 is #21442B. Grayscale: #C8C8C8. Windows color (decimal): -2180140 or 13941726. OLE color: 13941726.

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

Color convert

RGB222187212-
CMYK00.160.050.13
HSL317.14º34.65%80.2%-
HSV(B)317.14º15.77%87.06%-
XYZ59.7855.8269.91-
YUV200.32134.6143.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 187 (73.44% from 255) = 30.11%
BLUE value IS 212 (83.20% from 255) = 34.14%
R=35.75%
G=30.11%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218721200.160.050.13317.1434.6580.2
HexDEBBD40105D13d2350
Octal33627332402051547543120
Binary11011110101110111101010001000010111011001111011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBD4; }

 p { color: rgb(222,187,212); }

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

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

 a { background-color: rgb(222,187,212); }

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

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

 span { border-color: rgb(222,187,212); }

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