Shades of French Lilac #DBB6D4
Tints of French Lilac #DBB6D4
RGB
CMYK
RGB Variations
Color information
#DBB6D4 (or 0xDBB6D4) is known color: French Lilac. HEX triplet: DB, B6 and D4. RGB value is (219,182,212). Sum of RGB (Red+Green+Blue) = 219+182+212=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6D4 is #24492B. Grayscale: #C4C4C4. Windows color (decimal): -2378028 or 13940443. OLE color: 13940443.
HSL color Cylindrical-coordinate representation of color #DBB6D4: hue angle of 311.35º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB6D4 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 182 | 212 | - |
CMYK | 0 | 0.17 | 0.03 | 0.14 |
HSL | 311.35º | 0.34% | 0.79% | - |
HSV(B) | 311.35º | 0.17% | 0.86% | - |
XYZ | 57.83 | 53.27 | 69.52 | - |
YUV | 196.48 | 136.76 | 144.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 182 | 212 | 0 | 0.17 | 0.03 | 0.14 | 311.35 | 0.34 | 0.79 |
Hex | DB | B6 | D4 | 0 | 11 | 3 | E | 137 | 22 | 4F |
Octal | 333 | 266 | 324 | 0 | 21 | 3 | 16 | 467 | 42 | 117 |
Binary | 11011011 | 10110110 | 11010100 | 0 | 10001 | 11 | 1110 | 100110111 | 100010 | 1001111 |
Color Harmonies of #DBB6D4
Complementary color
Monochromatic Colors of #DBB6D4
Black with #DBB6D4
Text Example
Text Example
White with #DBB6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6D4; }
p { color: rgb(219,182,212); }
H1.HeaderClassName
{
color: #DBB6D4;
}
.AnyTagClassName
{
color: #DBB6D4;
}
</style>
background-color css
<style>
a { background-color: #DBB6D4; }
a { background-color: rgb(219,182,212); }
div.DivClassName
{
background-color: #DBB6D4;
}
.BgClassName
{
background-color: #DBB6D4;
}
</style>
border-color css
<style>
span { border-color: #DBB6D4; }
span { border-color: rgb(219,182,212); }
td.TdClassName
{
border-color: #DBB6D4;
}
.TagClassName
{
border-color: #DBB6D4;
}
</style>