Shades of French Lilac #DAAAD2
Tints of French Lilac #DAAAD2
RGB
CMYK
RGB Variations
Color information
#DAAAD2 (or 0xDAAAD2) is known color: French Lilac. HEX triplet: DA, AA and D2. RGB value is (218,170,210). Sum of RGB (Red+Green+Blue) = 218+170+210=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAD2 is #25552D. Grayscale: #BCBCBC. Windows color (decimal): -2446638 or 13806298. OLE color: 13806298.
HSL color Cylindrical-coordinate representation of color #DAAAD2: hue angle of 310º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAAAD2 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 210 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.15 |
| HSL | 310º | 0.39% | 0.76% | - |
| HSV(B) | 310º | 0.22% | 0.85% | - |
| XYZ | 54.92 | 48.31 | 67.4 | - |
| YUV | 188.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 210 | 0 | 0.22 | 0.04 | 0.15 | 310 | 0.39 | 0.76 |
| Hex | DA | AA | D2 | 0 | 16 | 4 | F | 136 | 27 | 4C |
| Octal | 332 | 252 | 322 | 0 | 26 | 4 | 17 | 466 | 47 | 114 |
| Binary | 11011010 | 10101010 | 11010010 | 0 | 10110 | 100 | 1111 | 100110110 | 100111 | 1001100 |
Color Harmonies of #DAAAD2
Complementary color
Monochromatic Colors of #DAAAD2
Black with #DAAAD2
Text Example
Text Example
White with #DAAAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAD2; }
p { color: rgb(218,170,210); }
H1.HeaderClassName
{
color: #DAAAD2;
}
.AnyTagClassName
{
color: #DAAAD2;
}
</style>
background-color css
<style>
a { background-color: #DAAAD2; }
a { background-color: rgb(218,170,210); }
div.DivClassName
{
background-color: #DAAAD2;
}
.BgClassName
{
background-color: #DAAAD2;
}
</style>
border-color css
<style>
span { border-color: #DAAAD2; }
span { border-color: rgb(218,170,210); }
td.TdClassName
{
border-color: #DAAAD2;
}
.TagClassName
{
border-color: #DAAAD2;
}
</style>