Shades of French Lilac #D4AFCF
Tints of French Lilac #D4AFCF
RGB
CMYK
RGB Variations
Color information
#D4AFCF (or 0xD4AFCF) is known color: French Lilac. HEX triplet: D4, AF and CF. RGB value is (212,175,207). Sum of RGB (Red+Green+Blue) = 212+175+207=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFCF is #2B5030. Grayscale: #BDBDBD. Windows color (decimal): -2838577 or 13610964. OLE color: 13610964.
HSL color Cylindrical-coordinate representation of color #D4AFCF: hue angle of 308.11º degrees, saturation: 0.3, 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 #D4AFCF is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 207 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.17 |
| HSL | 308.11º | 0.3% | 0.76% | - |
| HSV(B) | 308.11º | 0.17% | 0.83% | - |
| XYZ | 53.74 | 49.16 | 65.69 | - |
| YUV | 189.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 207 | 0 | 0.17 | 0.02 | 0.17 | 308.11 | 0.3 | 0.76 |
| Hex | D4 | AF | CF | 0 | 11 | 2 | 11 | 134 | 1E | 4C |
| Octal | 324 | 257 | 317 | 0 | 21 | 2 | 21 | 464 | 36 | 114 |
| Binary | 11010100 | 10101111 | 11001111 | 0 | 10001 | 10 | 10001 | 100110100 | 11110 | 1001100 |
Color Harmonies of #D4AFCF
Complementary color
Monochromatic Colors of #D4AFCF
Black with #D4AFCF
Text Example
Text Example
White with #D4AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AFCF; }
p { color: rgb(212,175,207); }
H1.HeaderClassName
{
color: #D4AFCF;
}
.AnyTagClassName
{
color: #D4AFCF;
}
</style>
background-color css
<style>
a { background-color: #D4AFCF; }
a { background-color: rgb(212,175,207); }
div.DivClassName
{
background-color: #D4AFCF;
}
.BgClassName
{
background-color: #D4AFCF;
}
</style>
border-color css
<style>
span { border-color: #D4AFCF; }
span { border-color: rgb(212,175,207); }
td.TdClassName
{
border-color: #D4AFCF;
}
.TagClassName
{
border-color: #D4AFCF;
}
</style>