Shades of French Lilac #DBB2D5
Tints of French Lilac #DBB2D5
RGB
CMYK
RGB Variations
Color information
#DBB2D5 (or 0xDBB2D5) is known color: French Lilac. HEX triplet: DB, B2 and D5. RGB value is (219,178,213). Sum of RGB (Red+Green+Blue) = 219+178+213=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2D5 is #244D2A. Grayscale: #C2C2C2. Windows color (decimal): -2379051 or 14004955. OLE color: 14004955.
HSL color Cylindrical-coordinate representation of color #DBB2D5: hue angle of 308.78º 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 #DBB2D5 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 178 | 213 | - |
CMYK | 0 | 0.19 | 0.03 | 0.14 |
HSL | 308.78º | 0.36% | 0.78% | - |
HSV(B) | 308.78º | 0.19% | 0.86% | - |
XYZ | 57.14 | 51.7 | 69.92 | - |
YUV | 194.25 | 138.58 | 145.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 178 | 213 | 0 | 0.19 | 0.03 | 0.14 | 308.78 | 0.36 | 0.78 |
Hex | DB | B2 | D5 | 0 | 13 | 3 | E | 135 | 24 | 4E |
Octal | 333 | 262 | 325 | 0 | 23 | 3 | 16 | 465 | 44 | 116 |
Binary | 11011011 | 10110010 | 11010101 | 0 | 10011 | 11 | 1110 | 100110101 | 100100 | 1001110 |
Color Harmonies of #DBB2D5
Complementary color
Monochromatic Colors of #DBB2D5
Black with #DBB2D5
Text Example
Text Example
White with #DBB2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2D5; }
p { color: rgb(219,178,213); }
H1.HeaderClassName
{
color: #DBB2D5;
}
.AnyTagClassName
{
color: #DBB2D5;
}
</style>
background-color css
<style>
a { background-color: #DBB2D5; }
a { background-color: rgb(219,178,213); }
div.DivClassName
{
background-color: #DBB2D5;
}
.BgClassName
{
background-color: #DBB2D5;
}
</style>
border-color css
<style>
span { border-color: #DBB2D5; }
span { border-color: rgb(219,178,213); }
td.TdClassName
{
border-color: #DBB2D5;
}
.TagClassName
{
border-color: #DBB2D5;
}
</style>