Shades of Lilac #D0AFCC
Tints of Lilac #D0AFCC
RGB
CMYK
RGB Variations
Color information
#D0AFCC (or 0xD0AFCC) is known color: Lilac. HEX triplet: D0, AF and CC. RGB value is (208,175,204). Sum of RGB (Red+Green+Blue) = 208+175+204=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFCC is #2F5033. Grayscale: #BCBCBC. Windows color (decimal): -3100724 or 13414352. OLE color: 13414352.
HSL color Cylindrical-coordinate representation of color #D0AFCC: hue angle of 307.27º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0AFCC is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 204 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.18 |
| HSL | 307.27º | 0.26% | 0.75% | - |
| HSV(B) | 307.27º | 0.16% | 0.82% | - |
| XYZ | 52.24 | 48.43 | 63.72 | - |
| YUV | 188.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 204 | 0 | 0.16 | 0.02 | 0.18 | 307.27 | 0.26 | 0.75 |
| Hex | D0 | AF | CC | 0 | 10 | 2 | 12 | 133 | 1A | 4B |
| Octal | 320 | 257 | 314 | 0 | 20 | 2 | 22 | 463 | 32 | 113 |
| Binary | 11010000 | 10101111 | 11001100 | 0 | 10000 | 10 | 10010 | 100110011 | 11010 | 1001011 |
Color Harmonies of #D0AFCC
Complementary color
Monochromatic Colors of #D0AFCC
Black with #D0AFCC
Text Example
Text Example
White with #D0AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AFCC; }
p { color: rgb(208,175,204); }
H1.HeaderClassName
{
color: #D0AFCC;
}
.AnyTagClassName
{
color: #D0AFCC;
}
</style>
background-color css
<style>
a { background-color: #D0AFCC; }
a { background-color: rgb(208,175,204); }
div.DivClassName
{
background-color: #D0AFCC;
}
.BgClassName
{
background-color: #D0AFCC;
}
</style>
border-color css
<style>
span { border-color: #D0AFCC; }
span { border-color: rgb(208,175,204); }
td.TdClassName
{
border-color: #D0AFCC;
}
.TagClassName
{
border-color: #D0AFCC;
}
</style>