Shades of French Lilac #DBB2D7
Tints of French Lilac #DBB2D7
RGB
CMYK
RGB Variations
Color information
#DBB2D7 (or 0xDBB2D7) is known color: French Lilac. HEX triplet: DB, B2 and D7. RGB value is (219,178,215). Sum of RGB (Red+Green+Blue) = 219+178+215=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2D7 is #244D28. Grayscale: #C2C2C2. Windows color (decimal): -2379049 or 14136027. OLE color: 14136027.
HSL color Cylindrical-coordinate representation of color #DBB2D7: hue angle of 305.85º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB2D7 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 178 | 215 | - |
CMYK | 0 | 0.19 | 0.02 | 0.14 |
HSL | 305.85º | 0.36% | 0.78% | - |
HSV(B) | 305.85º | 0.19% | 0.86% | - |
XYZ | 57.4 | 51.81 | 71.26 | - |
YUV | 194.48 | 139.58 | 145.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 178 | 215 | 0 | 0.19 | 0.02 | 0.14 | 305.85 | 0.36 | 0.78 |
Hex | DB | B2 | D7 | 0 | 13 | 2 | E | 132 | 24 | 4E |
Octal | 333 | 262 | 327 | 0 | 23 | 2 | 16 | 462 | 44 | 116 |
Binary | 11011011 | 10110010 | 11010111 | 0 | 10011 | 10 | 1110 | 100110010 | 100100 | 1001110 |
Color Harmonies of #DBB2D7
Complementary color
Monochromatic Colors of #DBB2D7
Black with #DBB2D7
Text Example
Text Example
White with #DBB2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2D7; }
p { color: rgb(219,178,215); }
H1.HeaderClassName
{
color: #DBB2D7;
}
.AnyTagClassName
{
color: #DBB2D7;
}
</style>
background-color css
<style>
a { background-color: #DBB2D7; }
a { background-color: rgb(219,178,215); }
div.DivClassName
{
background-color: #DBB2D7;
}
.BgClassName
{
background-color: #DBB2D7;
}
</style>
border-color css
<style>
span { border-color: #DBB2D7; }
span { border-color: rgb(219,178,215); }
td.TdClassName
{
border-color: #DBB2D7;
}
.TagClassName
{
border-color: #DBB2D7;
}
</style>