#DEBBDA

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

Shades of French Lilac #DEBBDA

Tints of French Lilac #DEBBDA

Color information

#DEBBDA (or 0xDEBBDA) is unknown color: approx French Lilac. HEX triplet: DE, BB and DA. RGB value is (222,187,218). Sum of RGB (Red+Green+Blue) = 222+187+218=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBDA is #214425. Grayscale: #C8C8C8. Windows color (decimal): -2180134 or 14334942. OLE color: 14334942.

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

Color convert

RGB222187218-
CMYK00.160.020.13
HSL306.86º34.65%80.2%-
HSV(B)306.86º15.77%87.06%-
XYZ60.5556.1373.97-
YUV201137.6142.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.41%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 218 (85.55% from 255) = 34.77%
R=35.41%
G=29.82%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218721800.160.020.13306.8634.6580.2
HexDEBBDA0102D1332350
Octal33627333202021546343120
Binary1101111010111011110110100100001011011001100111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBDA; }

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

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

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

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

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

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

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

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