Shades of French Lilac #DBB4DA
Tints of French Lilac #DBB4DA
RGB
CMYK
RGB Variations
Color information
#DBB4DA (or 0xDBB4DA) is known color: French Lilac. HEX triplet: DB, B4 and DA. RGB value is (219,180,218). Sum of RGB (Red+Green+Blue) = 219+180+218=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4DA is #244B25. Grayscale: #C3C3C3. Windows color (decimal): -2378534 or 14333147. OLE color: 14333147.
HSL color Cylindrical-coordinate representation of color #DBB4DA: hue angle of 301.54º 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 #DBB4DA is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 180 | 218 | - |
CMYK | 0 | 0.18 | 0.00 | 0.14 |
HSL | 301.54º | 0.35% | 0.78% | - |
HSV(B) | 301.54º | 0.18% | 0.86% | - |
XYZ | 58.19 | 52.76 | 73.45 | - |
YUV | 195.99 | 140.42 | 144.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 180 | 218 | 0 | 0.18 | 0.00 | 0.14 | 301.54 | 0.35 | 0.78 |
Hex | DB | B4 | DA | 0 | 12 | 0 | E | 12E | 23 | 4E |
Octal | 333 | 264 | 332 | 0 | 22 | 0 | 16 | 456 | 43 | 116 |
Binary | 11011011 | 10110100 | 11011010 | 0 | 10010 | 0 | 1110 | 100101110 | 100011 | 1001110 |
Color Harmonies of #DBB4DA
Complementary color
Monochromatic Colors of #DBB4DA
Black with #DBB4DA
Text Example
Text Example
White with #DBB4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4DA; }
p { color: rgb(219,180,218); }
H1.HeaderClassName
{
color: #DBB4DA;
}
.AnyTagClassName
{
color: #DBB4DA;
}
</style>
background-color css
<style>
a { background-color: #DBB4DA; }
a { background-color: rgb(219,180,218); }
div.DivClassName
{
background-color: #DBB4DA;
}
.BgClassName
{
background-color: #DBB4DA;
}
</style>
border-color css
<style>
span { border-color: #DBB4DA; }
span { border-color: rgb(219,180,218); }
td.TdClassName
{
border-color: #DBB4DA;
}
.TagClassName
{
border-color: #DBB4DA;
}
</style>