Shades of French Lilac #DBB4D4
Tints of French Lilac #DBB4D4
RGB
CMYK
RGB Variations
Color information
#DBB4D4 (or 0xDBB4D4) is known color: French Lilac. HEX triplet: DB, B4 and D4. RGB value is (219,180,212). Sum of RGB (Red+Green+Blue) = 219+180+212=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4D4 is #244B2B. Grayscale: #C3C3C3. Windows color (decimal): -2378540 or 13939931. OLE color: 13939931.
HSL color Cylindrical-coordinate representation of color #DBB4D4: hue angle of 310.77º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB4D4 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 180 | 212 | - |
CMYK | 0 | 0.18 | 0.03 | 0.14 |
HSL | 310.77º | 0.35% | 0.78% | - |
HSV(B) | 310.77º | 0.18% | 0.86% | - |
XYZ | 57.42 | 52.46 | 69.39 | - |
YUV | 195.31 | 137.42 | 144.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 180 | 212 | 0 | 0.18 | 0.03 | 0.14 | 310.77 | 0.35 | 0.78 |
Hex | DB | B4 | D4 | 0 | 12 | 3 | E | 137 | 23 | 4E |
Octal | 333 | 264 | 324 | 0 | 22 | 3 | 16 | 467 | 43 | 116 |
Binary | 11011011 | 10110100 | 11010100 | 0 | 10010 | 11 | 1110 | 100110111 | 100011 | 1001110 |
Color Harmonies of #DBB4D4
Complementary color
Monochromatic Colors of #DBB4D4
Black with #DBB4D4
Text Example
Text Example
White with #DBB4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4D4; }
p { color: rgb(219,180,212); }
H1.HeaderClassName
{
color: #DBB4D4;
}
.AnyTagClassName
{
color: #DBB4D4;
}
</style>
background-color css
<style>
a { background-color: #DBB4D4; }
a { background-color: rgb(219,180,212); }
div.DivClassName
{
background-color: #DBB4D4;
}
.BgClassName
{
background-color: #DBB4D4;
}
</style>
border-color css
<style>
span { border-color: #DBB4D4; }
span { border-color: rgb(219,180,212); }
td.TdClassName
{
border-color: #DBB4D4;
}
.TagClassName
{
border-color: #DBB4D4;
}
</style>