Shades of French Lilac #D3AFCD
Tints of French Lilac #D3AFCD
RGB
CMYK
RGB Variations
Color information
#D3AFCD (or 0xD3AFCD) is known color: French Lilac. HEX triplet: D3, AF and CD. RGB value is (211,175,205). Sum of RGB (Red+Green+Blue) = 211+175+205=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFCD is #2C5032. Grayscale: #BDBDBD. Windows color (decimal): -2904115 or 13479891. OLE color: 13479891.
HSL color Cylindrical-coordinate representation of color #D3AFCD: hue angle of 310º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3AFCD is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 205 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.17 |
| HSL | 310º | 0.29% | 0.76% | - |
| HSV(B) | 310º | 0.17% | 0.83% | - |
| XYZ | 53.21 | 48.92 | 64.39 | - |
| YUV | 189.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 205 | 0 | 0.17 | 0.03 | 0.17 | 310 | 0.29 | 0.76 |
| Hex | D3 | AF | CD | 0 | 11 | 3 | 11 | 136 | 1D | 4C |
| Octal | 323 | 257 | 315 | 0 | 21 | 3 | 21 | 466 | 35 | 114 |
| Binary | 11010011 | 10101111 | 11001101 | 0 | 10001 | 11 | 10001 | 100110110 | 11101 | 1001100 |
Color Harmonies of #D3AFCD
Complementary color
Monochromatic Colors of #D3AFCD
Black with #D3AFCD
Text Example
Text Example
White with #D3AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFCD; }
p { color: rgb(211,175,205); }
H1.HeaderClassName
{
color: #D3AFCD;
}
.AnyTagClassName
{
color: #D3AFCD;
}
</style>
background-color css
<style>
a { background-color: #D3AFCD; }
a { background-color: rgb(211,175,205); }
div.DivClassName
{
background-color: #D3AFCD;
}
.BgClassName
{
background-color: #D3AFCD;
}
</style>
border-color css
<style>
span { border-color: #D3AFCD; }
span { border-color: rgb(211,175,205); }
td.TdClassName
{
border-color: #D3AFCD;
}
.TagClassName
{
border-color: #D3AFCD;
}
</style>