Shades of French Lilac #D6AECE
Tints of French Lilac #D6AECE
RGB
CMYK
RGB Variations
Color information
#D6AECE (or 0xD6AECE) is known color: French Lilac. HEX triplet: D6, AE and CE. RGB value is (214,174,206). Sum of RGB (Red+Green+Blue) = 214+174+206=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AECE is #295131. Grayscale: #BDBDBD. Windows color (decimal): -2707762 or 13545174. OLE color: 13545174.
HSL color Cylindrical-coordinate representation of color #D6AECE: hue angle of 312º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6AECE is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 174 | 206 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.16 |
| HSL | 312º | 0.33% | 0.76% | - |
| HSV(B) | 312º | 0.19% | 0.84% | - |
| XYZ | 54.01 | 49.02 | 65.01 | - |
| YUV | 189.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 174 | 206 | 0 | 0.19 | 0.04 | 0.16 | 312 | 0.33 | 0.76 |
| Hex | D6 | AE | CE | 0 | 13 | 4 | 10 | 138 | 21 | 4C |
| Octal | 326 | 256 | 316 | 0 | 23 | 4 | 20 | 470 | 41 | 114 |
| Binary | 11010110 | 10101110 | 11001110 | 0 | 10011 | 100 | 10000 | 100111000 | 100001 | 1001100 |
Color Harmonies of #D6AECE
Complementary color
Monochromatic Colors of #D6AECE
Black with #D6AECE
Text Example
Text Example
White with #D6AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AECE; }
p { color: rgb(214,174,206); }
H1.HeaderClassName
{
color: #D6AECE;
}
.AnyTagClassName
{
color: #D6AECE;
}
</style>
background-color css
<style>
a { background-color: #D6AECE; }
a { background-color: rgb(214,174,206); }
div.DivClassName
{
background-color: #D6AECE;
}
.BgClassName
{
background-color: #D6AECE;
}
</style>
border-color css
<style>
span { border-color: #D6AECE; }
span { border-color: rgb(214,174,206); }
td.TdClassName
{
border-color: #D6AECE;
}
.TagClassName
{
border-color: #D6AECE;
}
</style>