Shades of French Lilac #D6AFD3
Tints of French Lilac #D6AFD3
RGB
CMYK
RGB Variations
Color information
#D6AFD3 (or 0xD6AFD3) is known color: French Lilac. HEX triplet: D6, AF and D3. RGB value is (214,175,211). Sum of RGB (Red+Green+Blue) = 214+175+211=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFD3 is #29502C. Grayscale: #BEBEBE. Windows color (decimal): -2707501 or 13873110. OLE color: 13873110.
HSL color Cylindrical-coordinate representation of color #D6AFD3: hue angle of 304.62º 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 #D6AFD3 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 211 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.16 |
| HSL | 304.62º | 0.32% | 0.76% | - |
| HSV(B) | 304.62º | 0.18% | 0.84% | - |
| XYZ | 54.82 | 49.66 | 68.32 | - |
| YUV | 190.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 211 | 0 | 0.18 | 0.01 | 0.16 | 304.62 | 0.32 | 0.76 |
| Hex | D6 | AF | D3 | 0 | 12 | 1 | 10 | 131 | 20 | 4C |
| Octal | 326 | 257 | 323 | 0 | 22 | 1 | 20 | 461 | 40 | 114 |
| Binary | 11010110 | 10101111 | 11010011 | 0 | 10010 | 1 | 10000 | 100110001 | 100000 | 1001100 |
Color Harmonies of #D6AFD3
Complementary color
Monochromatic Colors of #D6AFD3
Black with #D6AFD3
Text Example
Text Example
White with #D6AFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AFD3; }
p { color: rgb(214,175,211); }
H1.HeaderClassName
{
color: #D6AFD3;
}
.AnyTagClassName
{
color: #D6AFD3;
}
</style>
background-color css
<style>
a { background-color: #D6AFD3; }
a { background-color: rgb(214,175,211); }
div.DivClassName
{
background-color: #D6AFD3;
}
.BgClassName
{
background-color: #D6AFD3;
}
</style>
border-color css
<style>
span { border-color: #D6AFD3; }
span { border-color: rgb(214,175,211); }
td.TdClassName
{
border-color: #D6AFD3;
}
.TagClassName
{
border-color: #D6AFD3;
}
</style>