#DBBAD8

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

Shades of French Lilac #DBBAD8

Tints of French Lilac #DBBAD8

Color information

#DBBAD8 (or 0xDBBAD8) is unknown color: approx French Lilac. HEX triplet: DB, BA and D8. RGB value is (219,186,216). Sum of RGB (Red+Green+Blue) = 219+186+216=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAD8 is #244527. Grayscale: #C7C7C7. Windows color (decimal): -2377000 or 14203611. OLE color: 14203611.

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

Color convert

RGB219186216-
CMYK00.150.010.14
HSL305.45º31.43%79.41%-
HSV(B)305.45º15.07%85.88%-
XYZ59.1755.1472.49-
YUV199.29137.43142.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.27%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 216 (84.77% from 255) = 34.78%
R=35.27%
G=29.95%
B=34.78%

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
Decimal21918621600.150.010.14305.4531.4379.41
HexDBBAD80F1E1311f4f
Octal33327233001711646137117
Binary1101101110111010110110000111111110100110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAD8; }

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

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

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

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

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

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

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

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