Shades of Lilac #D0AFCF
Tints of Lilac #D0AFCF
RGB
CMYK
RGB Variations
Color information
#D0AFCF (or 0xD0AFCF) is known color: Lilac. HEX triplet: D0, AF and CF. RGB value is (208,175,207). Sum of RGB (Red+Green+Blue) = 208+175+207=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFCF is #2F5030. Grayscale: #BCBCBC. Windows color (decimal): -3100721 or 13610960. OLE color: 13610960.
HSL color Cylindrical-coordinate representation of color #D0AFCF: hue angle of 301.82º 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 #D0AFCF is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 207 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.18 |
| HSL | 301.82º | 0.26% | 0.75% | - |
| HSV(B) | 301.82º | 0.16% | 0.82% | - |
| XYZ | 52.6 | 48.57 | 65.63 | - |
| YUV | 188.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 207 | 0 | 0.16 | 0.00 | 0.18 | 301.82 | 0.26 | 0.75 |
| Hex | D0 | AF | CF | 0 | 10 | 0 | 12 | 12E | 1A | 4B |
| Octal | 320 | 257 | 317 | 0 | 20 | 0 | 22 | 456 | 32 | 113 |
| Binary | 11010000 | 10101111 | 11001111 | 0 | 10000 | 0 | 10010 | 100101110 | 11010 | 1001011 |
Color Harmonies of #D0AFCF
Complementary color
Monochromatic Colors of #D0AFCF
Black with #D0AFCF
Text Example
Text Example
White with #D0AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AFCF; }
p { color: rgb(208,175,207); }
H1.HeaderClassName
{
color: #D0AFCF;
}
.AnyTagClassName
{
color: #D0AFCF;
}
</style>
background-color css
<style>
a { background-color: #D0AFCF; }
a { background-color: rgb(208,175,207); }
div.DivClassName
{
background-color: #D0AFCF;
}
.BgClassName
{
background-color: #D0AFCF;
}
</style>
border-color css
<style>
span { border-color: #D0AFCF; }
span { border-color: rgb(208,175,207); }
td.TdClassName
{
border-color: #D0AFCF;
}
.TagClassName
{
border-color: #D0AFCF;
}
</style>