Shades of French Lilac #D2AFCF
Tints of French Lilac #D2AFCF
RGB
CMYK
RGB Variations
Color information
#D2AFCF (or 0xD2AFCF) is known color: French Lilac. HEX triplet: D2, AF and CF. RGB value is (210,175,207). Sum of RGB (Red+Green+Blue) = 210+175+207=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFCF is #2D5030. Grayscale: #BDBDBD. Windows color (decimal): -2969649 or 13610962. OLE color: 13610962.
HSL color Cylindrical-coordinate representation of color #D2AFCF: hue angle of 305.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AFCF is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 207 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.18 |
| HSL | 305.14º | 0.28% | 0.75% | - |
| HSV(B) | 305.14º | 0.17% | 0.82% | - |
| XYZ | 53.17 | 48.87 | 65.66 | - |
| YUV | 189.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 207 | 0 | 0.17 | 0.01 | 0.18 | 305.14 | 0.28 | 0.75 |
| Hex | D2 | AF | CF | 0 | 11 | 1 | 12 | 131 | 1C | 4B |
| Octal | 322 | 257 | 317 | 0 | 21 | 1 | 22 | 461 | 34 | 113 |
| Binary | 11010010 | 10101111 | 11001111 | 0 | 10001 | 1 | 10010 | 100110001 | 11100 | 1001011 |
Color Harmonies of #D2AFCF
Complementary color
Monochromatic Colors of #D2AFCF
Black with #D2AFCF
Text Example
Text Example
White with #D2AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFCF; }
p { color: rgb(210,175,207); }
H1.HeaderClassName
{
color: #D2AFCF;
}
.AnyTagClassName
{
color: #D2AFCF;
}
</style>
background-color css
<style>
a { background-color: #D2AFCF; }
a { background-color: rgb(210,175,207); }
div.DivClassName
{
background-color: #D2AFCF;
}
.BgClassName
{
background-color: #D2AFCF;
}
</style>
border-color css
<style>
span { border-color: #D2AFCF; }
span { border-color: rgb(210,175,207); }
td.TdClassName
{
border-color: #D2AFCF;
}
.TagClassName
{
border-color: #D2AFCF;
}
</style>