Shades of Lilac #D0AFD0
Tints of Lilac #D0AFD0
RGB
CMYK
RGB Variations
Color information
#D0AFD0 (or 0xD0AFD0) is known color: Lilac. HEX triplet: D0, AF and D0. RGB value is (208,175,208). Sum of RGB (Red+Green+Blue) = 208+175+208=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D0AFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFD0 is #2F502F. Grayscale: #BCBCBC. Windows color (decimal): -3100720 or 13676496. OLE color: 13676496.
HSL color Cylindrical-coordinate representation of color #D0AFD0: hue angle of 300º 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 #D0AFD0 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 175 | 208 | - |
CMYK | 0 | 0.16 | 0 | 0.18 |
HSL | 300º | 0.26% | 0.75% | - |
HSV(B) | 300º | 0.16% | 0.82% | - |
XYZ | 52.73 | 48.62 | 66.28 | - |
YUV | 188.63 | 138.93 | 141.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 175 | 208 | 0 | 0.16 | 0 | 0.18 | 300 | 0.26 | 0.75 |
Hex | D0 | AF | D0 | 0 | 10 | 0 | 12 | 12C | 1A | 4B |
Octal | 320 | 257 | 320 | 0 | 20 | 0 | 22 | 454 | 32 | 113 |
Binary | 11010000 | 10101111 | 11010000 | 0 | 10000 | 0 | 10010 | 100101100 | 11010 | 1001011 |
Color Harmonies of #D0AFD0
Complementary color
Monochromatic Colors of #D0AFD0
Black with #D0AFD0
Text Example
Text Example
White with #D0AFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AFD0; }
p { color: rgb(208,175,208); }
H1.HeaderClassName
{
color: #D0AFD0;
}
.AnyTagClassName
{
color: #D0AFD0;
}
</style>
background-color css
<style>
a { background-color: #D0AFD0; }
a { background-color: rgb(208,175,208); }
div.DivClassName
{
background-color: #D0AFD0;
}
.BgClassName
{
background-color: #D0AFD0;
}
</style>
border-color css
<style>
span { border-color: #D0AFD0; }
span { border-color: rgb(208,175,208); }
td.TdClassName
{
border-color: #D0AFD0;
}
.TagClassName
{
border-color: #D0AFD0;
}
</style>