Shades of French Lilac #D4AFCC
Tints of French Lilac #D4AFCC
RGB
CMYK
RGB Variations
Color information
#D4AFCC (or 0xD4AFCC) is known color: French Lilac. HEX triplet: D4, AF and CC. RGB value is (212,175,204). Sum of RGB (Red+Green+Blue) = 212+175+204=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFCC is #2B5033. Grayscale: #BDBDBD. Windows color (decimal): -2838580 or 13414356. OLE color: 13414356.
HSL color Cylindrical-coordinate representation of color #D4AFCC: hue angle of 312.97º 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 #D4AFCC is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 204 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.17 |
| HSL | 312.97º | 0.3% | 0.76% | - |
| HSV(B) | 312.97º | 0.17% | 0.83% | - |
| XYZ | 53.38 | 49.02 | 63.77 | - |
| YUV | 189.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 204 | 0 | 0.17 | 0.04 | 0.17 | 312.97 | 0.3 | 0.76 |
| Hex | D4 | AF | CC | 0 | 11 | 4 | 11 | 139 | 1E | 4C |
| Octal | 324 | 257 | 314 | 0 | 21 | 4 | 21 | 471 | 36 | 114 |
| Binary | 11010100 | 10101111 | 11001100 | 0 | 10001 | 100 | 10001 | 100111001 | 11110 | 1001100 |
Color Harmonies of #D4AFCC
Complementary color
Monochromatic Colors of #D4AFCC
Black with #D4AFCC
Text Example
Text Example
White with #D4AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AFCC; }
p { color: rgb(212,175,204); }
H1.HeaderClassName
{
color: #D4AFCC;
}
.AnyTagClassName
{
color: #D4AFCC;
}
</style>
background-color css
<style>
a { background-color: #D4AFCC; }
a { background-color: rgb(212,175,204); }
div.DivClassName
{
background-color: #D4AFCC;
}
.BgClassName
{
background-color: #D4AFCC;
}
</style>
border-color css
<style>
span { border-color: #D4AFCC; }
span { border-color: rgb(212,175,204); }
td.TdClassName
{
border-color: #D4AFCC;
}
.TagClassName
{
border-color: #D4AFCC;
}
</style>