#DEBBD5

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

Shades of French Lilac #DEBBD5

Tints of French Lilac #DEBBD5

Color information

#DEBBD5 (or 0xDEBBD5) is unknown color: approx French Lilac. HEX triplet: DE, BB and D5. RGB value is (222,187,213). Sum of RGB (Red+Green+Blue) = 222+187+213=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBD5 is #21442A. Grayscale: #C8C8C8. Windows color (decimal): -2180139 or 14007262. OLE color: 14007262.

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

Color convert

RGB222187213-
CMYK00.160.040.13
HSL315.43º34.65%80.2%-
HSV(B)315.43º15.77%87.06%-
XYZ59.955.8770.58-
YUV200.43135.1143.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 213 (83.59% from 255) = 34.24%
R=35.69%
G=30.06%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218721300.160.040.13315.4334.6580.2
HexDEBBD50104D13b2350
Octal33627332502041547343120
Binary11011110101110111101010101000010011011001110111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBD5; }

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

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

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

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

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

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

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

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