Shades of French Lilac #D5AECC
Tints of French Lilac #D5AECC
RGB
CMYK
RGB Variations
Color information
#D5AECC (or 0xD5AECC) is known color: French Lilac. HEX triplet: D5, AE and CC. RGB value is (213,174,204). Sum of RGB (Red+Green+Blue) = 213+174+204=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AECC is #2A5133. Grayscale: #BDBDBD. Windows color (decimal): -2773300 or 13414101. OLE color: 13414101.
HSL color Cylindrical-coordinate representation of color #D5AECC: hue angle of 313.85º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AECC is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 174 | 204 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.16 |
| HSL | 313.85º | 0.32% | 0.76% | - |
| HSV(B) | 313.85º | 0.18% | 0.84% | - |
| XYZ | 53.48 | 48.78 | 63.72 | - |
| YUV | 189.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 174 | 204 | 0 | 0.18 | 0.04 | 0.16 | 313.85 | 0.32 | 0.76 |
| Hex | D5 | AE | CC | 0 | 12 | 4 | 10 | 13A | 20 | 4C |
| Octal | 325 | 256 | 314 | 0 | 22 | 4 | 20 | 472 | 40 | 114 |
| Binary | 11010101 | 10101110 | 11001100 | 0 | 10010 | 100 | 10000 | 100111010 | 100000 | 1001100 |
Color Harmonies of #D5AECC
Complementary color
Monochromatic Colors of #D5AECC
Black with #D5AECC
Text Example
Text Example
White with #D5AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AECC; }
p { color: rgb(213,174,204); }
H1.HeaderClassName
{
color: #D5AECC;
}
.AnyTagClassName
{
color: #D5AECC;
}
</style>
background-color css
<style>
a { background-color: #D5AECC; }
a { background-color: rgb(213,174,204); }
div.DivClassName
{
background-color: #D5AECC;
}
.BgClassName
{
background-color: #D5AECC;
}
</style>
border-color css
<style>
span { border-color: #D5AECC; }
span { border-color: rgb(213,174,204); }
td.TdClassName
{
border-color: #D5AECC;
}
.TagClassName
{
border-color: #D5AECC;
}
</style>