#DBBBD8

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

Shades of French Lilac #DBBBD8

Tints of French Lilac #DBBBD8

Color information

#DBBBD8 (or 0xDBBBD8) is unknown color: approx French Lilac. HEX triplet: DB, BB and D8. RGB value is (219,187,216). Sum of RGB (Red+Green+Blue) = 219+187+216=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBD8 is #244427. Grayscale: #C7C7C7. Windows color (decimal): -2376744 or 14203867. OLE color: 14203867.

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

Color convert

RGB219187216-
CMYK00.150.010.14
HSL305.62º30.77%79.61%-
HSV(B)305.62º14.61%85.88%-
XYZ59.3855.5672.56-
YUV199.87137.1141.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.21%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 216 (84.77% from 255) = 34.73%
R=35.21%
G=30.06%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918721600.150.010.14305.6230.7779.61
HexDBBBD80F1E1321f50
Octal33327333001711646237120
Binary1101101110111011110110000111111110100110010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBD8; }

 p { color: rgb(219,187,216); }

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

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

 a { background-color: rgb(219,187,216); }

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

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

 span { border-color: rgb(219,187,216); }

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