Shades of French Lilac #D3AECE
Tints of French Lilac #D3AECE
RGB
CMYK
RGB Variations
Color information
#D3AECE (or 0xD3AECE) is known color: French Lilac. HEX triplet: D3, AE and CE. RGB value is (211,174,206). Sum of RGB (Red+Green+Blue) = 211+174+206=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AECE is #2C5131. Grayscale: #BCBCBC. Windows color (decimal): -2904370 or 13545171. OLE color: 13545171.
HSL color Cylindrical-coordinate representation of color #D3AECE: hue angle of 308.11º 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 #D3AECE is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 174 | 206 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.17 |
| HSL | 308.11º | 0.3% | 0.75% | - |
| HSV(B) | 308.11º | 0.18% | 0.83% | - |
| XYZ | 53.14 | 48.58 | 64.97 | - |
| YUV | 188.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 206 | 0 | 0.18 | 0.02 | 0.17 | 308.11 | 0.3 | 0.75 |
| Hex | D3 | AE | CE | 0 | 12 | 2 | 11 | 134 | 1E | 4B |
| Octal | 323 | 256 | 316 | 0 | 22 | 2 | 21 | 464 | 36 | 113 |
| Binary | 11010011 | 10101110 | 11001110 | 0 | 10010 | 10 | 10001 | 100110100 | 11110 | 1001011 |
Color Harmonies of #D3AECE
Complementary color
Monochromatic Colors of #D3AECE
Black with #D3AECE
Text Example
Text Example
White with #D3AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AECE; }
p { color: rgb(211,174,206); }
H1.HeaderClassName
{
color: #D3AECE;
}
.AnyTagClassName
{
color: #D3AECE;
}
</style>
background-color css
<style>
a { background-color: #D3AECE; }
a { background-color: rgb(211,174,206); }
div.DivClassName
{
background-color: #D3AECE;
}
.BgClassName
{
background-color: #D3AECE;
}
</style>
border-color css
<style>
span { border-color: #D3AECE; }
span { border-color: rgb(211,174,206); }
td.TdClassName
{
border-color: #D3AECE;
}
.TagClassName
{
border-color: #D3AECE;
}
</style>