Shades of Lilac #D08AC8
Tints of Lilac #D08AC8
RGB
CMYK
RGB Variations
Color information
#D08AC8 (or 0xD08AC8) is known color: Lilac. HEX triplet: D0, 8A and C8. RGB value is (208,138,200). Sum of RGB (Red+Green+Blue) = 208+138+200=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D08AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08AC8 is #2F7537. Grayscale: #A5A5A5. Windows color (decimal): -3110200 or 13142736. OLE color: 13142736.
HSL color Cylindrical-coordinate representation of color #D08AC8: hue angle of 306.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08AC8 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 200 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.18 |
| HSL | 306.86º | 0.43% | 0.68% | - |
| HSV(B) | 306.86º | 0.34% | 0.82% | - |
| XYZ | 45.53 | 35.76 | 59.15 | - |
| YUV | 166 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 200 | 0 | 0.34 | 0.04 | 0.18 | 306.86 | 0.43 | 0.68 |
| Hex | D0 | 8A | C8 | 0 | 22 | 4 | 12 | 133 | 2B | 44 |
| Octal | 320 | 212 | 310 | 0 | 42 | 4 | 22 | 463 | 53 | 104 |
| Binary | 11010000 | 10001010 | 11001000 | 0 | 100010 | 100 | 10010 | 100110011 | 101011 | 1000100 |
Color Harmonies of #D08AC8
Complementary color
Monochromatic Colors of #D08AC8
Black with #D08AC8
Text Example
Text Example
White with #D08AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08AC8; }
p { color: rgb(208,138,200); }
H1.HeaderClassName
{
color: #D08AC8;
}
.AnyTagClassName
{
color: #D08AC8;
}
</style>
background-color css
<style>
a { background-color: #D08AC8; }
a { background-color: rgb(208,138,200); }
div.DivClassName
{
background-color: #D08AC8;
}
.BgClassName
{
background-color: #D08AC8;
}
</style>
border-color css
<style>
span { border-color: #D08AC8; }
span { border-color: rgb(208,138,200); }
td.TdClassName
{
border-color: #D08AC8;
}
.TagClassName
{
border-color: #D08AC8;
}
</style>