Shades of French Lilac #D8AFCF
Tints of French Lilac #D8AFCF
RGB
CMYK
RGB Variations
Color information
#D8AFCF (or 0xD8AFCF) is known color: French Lilac. HEX triplet: D8, AF and CF. RGB value is (216,175,207). Sum of RGB (Red+Green+Blue) = 216+175+207=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFCF is #275030. Grayscale: #BEBEBE. Windows color (decimal): -2576433 or 13610968. OLE color: 13610968.
HSL color Cylindrical-coordinate representation of color #D8AFCF: hue angle of 313.17º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AFCF is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 207 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.15 |
| HSL | 313.17º | 0.34% | 0.77% | - |
| HSV(B) | 313.17º | 0.19% | 0.85% | - |
| XYZ | 54.91 | 49.76 | 65.74 | - |
| YUV | 190.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 207 | 0 | 0.19 | 0.04 | 0.15 | 313.17 | 0.34 | 0.77 |
| Hex | D8 | AF | CF | 0 | 13 | 4 | F | 139 | 22 | 4D |
| Octal | 330 | 257 | 317 | 0 | 23 | 4 | 17 | 471 | 42 | 115 |
| Binary | 11011000 | 10101111 | 11001111 | 0 | 10011 | 100 | 1111 | 100111001 | 100010 | 1001101 |
Color Harmonies of #D8AFCF
Complementary color
Monochromatic Colors of #D8AFCF
Black with #D8AFCF
Text Example
Text Example
White with #D8AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AFCF; }
p { color: rgb(216,175,207); }
H1.HeaderClassName
{
color: #D8AFCF;
}
.AnyTagClassName
{
color: #D8AFCF;
}
</style>
background-color css
<style>
a { background-color: #D8AFCF; }
a { background-color: rgb(216,175,207); }
div.DivClassName
{
background-color: #D8AFCF;
}
.BgClassName
{
background-color: #D8AFCF;
}
</style>
border-color css
<style>
span { border-color: #D8AFCF; }
span { border-color: rgb(216,175,207); }
td.TdClassName
{
border-color: #D8AFCF;
}
.TagClassName
{
border-color: #D8AFCF;
}
</style>