#DBBED7

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

Shades of French Lilac #DBBED7

Tints of French Lilac #DBBED7

Color information

#DBBED7 (or 0xDBBED7) is unknown color: approx French Lilac. HEX triplet: DB, BE and D7. RGB value is (219,190,215). Sum of RGB (Red+Green+Blue) = 219+190+215=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBED7 is #244128. Grayscale: #C9C9C9. Windows color (decimal): -2375977 or 14139099. OLE color: 14139099.

HSL color Cylindrical-coordinate representation of color #DBBED7: hue angle of 308.28º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBED7 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB219190215-
CMYK00.130.020.14
HSL308.28º28.71%80.2%-
HSV(B)308.28º13.24%85.88%-
XYZ59.8956.7972.1-
YUV201.52135.61140.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.10%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 215 (84.38% from 255) = 34.46%
R=35.10%
G=30.45%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919021500.130.020.14308.2828.7180.2
HexDBBED70D2E1341d50
Octal33327632701521646435120
Binary11011011101111101101011101101101110100110100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBED7; }

 p { color: rgb(219,190,215); }

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

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

 a { background-color: rgb(219,190,215); }

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

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

 span { border-color: rgb(219,190,215); }

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