Shades of French Lilac #DAAACE
Tints of French Lilac #DAAACE
RGB
CMYK
RGB Variations
Color information
#DAAACE (or 0xDAAACE) is known color: French Lilac. HEX triplet: DA, AA and CE. RGB value is (218,170,206). Sum of RGB (Red+Green+Blue) = 218+170+206=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAACE is #255531. Grayscale: #BCBCBC. Windows color (decimal): -2446642 or 13544154. OLE color: 13544154.
HSL color Cylindrical-coordinate representation of color #DAAACE: hue angle of 315º 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 #DAAACE is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 206 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.15 |
| HSL | 315º | 0.39% | 0.76% | - |
| HSV(B) | 315º | 0.22% | 0.85% | - |
| XYZ | 54.43 | 48.11 | 64.81 | - |
| YUV | 188.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 206 | 0 | 0.22 | 0.06 | 0.15 | 315 | 0.39 | 0.76 |
| Hex | DA | AA | CE | 0 | 16 | 6 | F | 13B | 27 | 4C |
| Octal | 332 | 252 | 316 | 0 | 26 | 6 | 17 | 473 | 47 | 114 |
| Binary | 11011010 | 10101010 | 11001110 | 0 | 10110 | 110 | 1111 | 100111011 | 100111 | 1001100 |
Color Harmonies of #DAAACE
Complementary color
Monochromatic Colors of #DAAACE
Black with #DAAACE
Text Example
Text Example
White with #DAAACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAACE; }
p { color: rgb(218,170,206); }
H1.HeaderClassName
{
color: #DAAACE;
}
.AnyTagClassName
{
color: #DAAACE;
}
</style>
background-color css
<style>
a { background-color: #DAAACE; }
a { background-color: rgb(218,170,206); }
div.DivClassName
{
background-color: #DAAACE;
}
.BgClassName
{
background-color: #DAAACE;
}
</style>
border-color css
<style>
span { border-color: #DAAACE; }
span { border-color: rgb(218,170,206); }
td.TdClassName
{
border-color: #DAAACE;
}
.TagClassName
{
border-color: #DAAACE;
}
</style>