Shades of French Lilac #DAAACD
Tints of French Lilac #DAAACD
RGB
CMYK
RGB Variations
Color information
#DAAACD (or 0xDAAACD) is known color: French Lilac. HEX triplet: DA, AA and CD. RGB value is (218,170,205). Sum of RGB (Red+Green+Blue) = 218+170+205=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAACD is #255532. Grayscale: #BCBCBC. Windows color (decimal): -2446643 or 13478618. OLE color: 13478618.
HSL color Cylindrical-coordinate representation of color #DAAACD: hue angle of 316.25º 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 #DAAACD is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 205 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.15 |
| HSL | 316.25º | 0.39% | 0.76% | - |
| HSV(B) | 316.25º | 0.22% | 0.85% | - |
| XYZ | 54.31 | 48.06 | 64.17 | - |
| YUV | 188.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 205 | 0 | 0.22 | 0.06 | 0.15 | 316.25 | 0.39 | 0.76 |
| Hex | DA | AA | CD | 0 | 16 | 6 | F | 13C | 27 | 4C |
| Octal | 332 | 252 | 315 | 0 | 26 | 6 | 17 | 474 | 47 | 114 |
| Binary | 11011010 | 10101010 | 11001101 | 0 | 10110 | 110 | 1111 | 100111100 | 100111 | 1001100 |
Color Harmonies of #DAAACD
Complementary color
Monochromatic Colors of #DAAACD
Black with #DAAACD
Text Example
Text Example
White with #DAAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAACD; }
p { color: rgb(218,170,205); }
H1.HeaderClassName
{
color: #DAAACD;
}
.AnyTagClassName
{
color: #DAAACD;
}
</style>
background-color css
<style>
a { background-color: #DAAACD; }
a { background-color: rgb(218,170,205); }
div.DivClassName
{
background-color: #DAAACD;
}
.BgClassName
{
background-color: #DAAACD;
}
</style>
border-color css
<style>
span { border-color: #DAAACD; }
span { border-color: rgb(218,170,205); }
td.TdClassName
{
border-color: #DAAACD;
}
.TagClassName
{
border-color: #DAAACD;
}
</style>