Shades of French Lilac #DAB2DA
Tints of French Lilac #DAB2DA
RGB
CMYK
RGB Variations
Color information
#DAB2DA (or 0xDAB2DA) is known color: French Lilac. HEX triplet: DA, B2 and DA. RGB value is (218,178,218). Sum of RGB (Red+Green+Blue) = 218+178+218=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAB2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2DA is #254D25. Grayscale: #C2C2C2. Windows color (decimal): -2444582 or 14332634. OLE color: 14332634.
HSL color Cylindrical-coordinate representation of color #DAB2DA: hue angle of 300º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB2DA is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 178 | 218 | - |
CMYK | 0 | 0.18 | 0 | 0.15 |
HSL | 300º | 0.35% | 0.78% | - |
HSV(B) | 300º | 0.18% | 0.85% | - |
XYZ | 57.49 | 51.81 | 73.3 | - |
YUV | 194.52 | 141.25 | 144.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 178 | 218 | 0 | 0.18 | 0 | 0.15 | 300 | 0.35 | 0.78 |
Hex | DA | B2 | DA | 0 | 12 | 0 | F | 12C | 23 | 4E |
Octal | 332 | 262 | 332 | 0 | 22 | 0 | 17 | 454 | 43 | 116 |
Binary | 11011010 | 10110010 | 11011010 | 0 | 10010 | 0 | 1111 | 100101100 | 100011 | 1001110 |
Color Harmonies of #DAB2DA
Complementary color
Monochromatic Colors of #DAB2DA
Black with #DAB2DA
Text Example
Text Example
White with #DAB2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2DA; }
p { color: rgb(218,178,218); }
H1.HeaderClassName
{
color: #DAB2DA;
}
.AnyTagClassName
{
color: #DAB2DA;
}
</style>
background-color css
<style>
a { background-color: #DAB2DA; }
a { background-color: rgb(218,178,218); }
div.DivClassName
{
background-color: #DAB2DA;
}
.BgClassName
{
background-color: #DAB2DA;
}
</style>
border-color css
<style>
span { border-color: #DAB2DA; }
span { border-color: rgb(218,178,218); }
td.TdClassName
{
border-color: #DAB2DA;
}
.TagClassName
{
border-color: #DAB2DA;
}
</style>