Shades of French Lilac #D3AECC
Tints of French Lilac #D3AECC
RGB
CMYK
RGB Variations
Color information
#D3AECC (or 0xD3AECC) is known color: French Lilac. HEX triplet: D3, AE and CC. RGB value is (211,174,204). Sum of RGB (Red+Green+Blue) = 211+174+204=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AECC is #2C5133. Grayscale: #BCBCBC. Windows color (decimal): -2904372 or 13414099. OLE color: 13414099.
HSL color Cylindrical-coordinate representation of color #D3AECC: hue angle of 311.35º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3AECC is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 174 | 204 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.17 |
| HSL | 311.35º | 0.3% | 0.75% | - |
| HSV(B) | 311.35º | 0.18% | 0.83% | - |
| XYZ | 52.9 | 48.48 | 63.7 | - |
| YUV | 188.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 204 | 0 | 0.18 | 0.03 | 0.17 | 311.35 | 0.3 | 0.75 |
| Hex | D3 | AE | CC | 0 | 12 | 3 | 11 | 137 | 1E | 4B |
| Octal | 323 | 256 | 314 | 0 | 22 | 3 | 21 | 467 | 36 | 113 |
| Binary | 11010011 | 10101110 | 11001100 | 0 | 10010 | 11 | 10001 | 100110111 | 11110 | 1001011 |
Color Harmonies of #D3AECC
Complementary color
Monochromatic Colors of #D3AECC
Black with #D3AECC
Text Example
Text Example
White with #D3AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AECC; }
p { color: rgb(211,174,204); }
H1.HeaderClassName
{
color: #D3AECC;
}
.AnyTagClassName
{
color: #D3AECC;
}
</style>
background-color css
<style>
a { background-color: #D3AECC; }
a { background-color: rgb(211,174,204); }
div.DivClassName
{
background-color: #D3AECC;
}
.BgClassName
{
background-color: #D3AECC;
}
</style>
border-color css
<style>
span { border-color: #D3AECC; }
span { border-color: rgb(211,174,204); }
td.TdClassName
{
border-color: #D3AECC;
}
.TagClassName
{
border-color: #D3AECC;
}
</style>