Shades of French Lilac #DAB9D4
Tints of French Lilac #DAB9D4
RGB
CMYK
RGB Variations
Color information
#DAB9D4 (or 0xDAB9D4) is known color: French Lilac. HEX triplet: DA, B9 and D4. RGB value is (218,185,212). Sum of RGB (Red+Green+Blue) = 218+185+212=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9D4 is #25462B. Grayscale: #C5C5C5. Windows color (decimal): -2442796 or 13941210. OLE color: 13941210.
HSL color Cylindrical-coordinate representation of color #DAB9D4: hue angle of 310.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAB9D4 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 185 | 212 | - |
CMYK | 0 | 0.15 | 0.03 | 0.15 |
HSL | 310.91º | 0.31% | 0.79% | - |
HSV(B) | 310.91º | 0.15% | 0.85% | - |
XYZ | 58.15 | 54.36 | 69.71 | - |
YUV | 197.95 | 135.93 | 142.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 185 | 212 | 0 | 0.15 | 0.03 | 0.15 | 310.91 | 0.31 | 0.79 |
Hex | DA | B9 | D4 | 0 | F | 3 | F | 137 | 1F | 4F |
Octal | 332 | 271 | 324 | 0 | 17 | 3 | 17 | 467 | 37 | 117 |
Binary | 11011010 | 10111001 | 11010100 | 0 | 1111 | 11 | 1111 | 100110111 | 11111 | 1001111 |
Color Harmonies of #DAB9D4
Complementary color
Monochromatic Colors of #DAB9D4
Black with #DAB9D4
Text Example
Text Example
White with #DAB9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9D4; }
p { color: rgb(218,185,212); }
H1.HeaderClassName
{
color: #DAB9D4;
}
.AnyTagClassName
{
color: #DAB9D4;
}
</style>
background-color css
<style>
a { background-color: #DAB9D4; }
a { background-color: rgb(218,185,212); }
div.DivClassName
{
background-color: #DAB9D4;
}
.BgClassName
{
background-color: #DAB9D4;
}
</style>
border-color css
<style>
span { border-color: #DAB9D4; }
span { border-color: rgb(218,185,212); }
td.TdClassName
{
border-color: #DAB9D4;
}
.TagClassName
{
border-color: #DAB9D4;
}
</style>