Shades of Lilac #D08ACB
Tints of Lilac #D08ACB
RGB
CMYK
RGB Variations
Color information
#D08ACB (or 0xD08ACB) is known color: Lilac. HEX triplet: D0, 8A and CB. RGB value is (208,138,203). Sum of RGB (Red+Green+Blue) = 208+138+203=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D08ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ACB is #2F7534. Grayscale: #A6A6A6. Windows color (decimal): -3110197 or 13339344. OLE color: 13339344.
HSL color Cylindrical-coordinate representation of color #D08ACB: hue angle of 304.29º 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 #D08ACB is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 203 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.18 |
| HSL | 304.29º | 0.43% | 0.68% | - |
| HSV(B) | 304.29º | 0.34% | 0.82% | - |
| XYZ | 45.88 | 35.9 | 61.01 | - |
| YUV | 166.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 203 | 0 | 0.34 | 0.02 | 0.18 | 304.29 | 0.43 | 0.68 |
| Hex | D0 | 8A | CB | 0 | 22 | 2 | 12 | 130 | 2B | 44 |
| Octal | 320 | 212 | 313 | 0 | 42 | 2 | 22 | 460 | 53 | 104 |
| Binary | 11010000 | 10001010 | 11001011 | 0 | 100010 | 10 | 10010 | 100110000 | 101011 | 1000100 |
Color Harmonies of #D08ACB
Complementary color
Monochromatic Colors of #D08ACB
Black with #D08ACB
Text Example
Text Example
White with #D08ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08ACB; }
p { color: rgb(208,138,203); }
H1.HeaderClassName
{
color: #D08ACB;
}
.AnyTagClassName
{
color: #D08ACB;
}
</style>
background-color css
<style>
a { background-color: #D08ACB; }
a { background-color: rgb(208,138,203); }
div.DivClassName
{
background-color: #D08ACB;
}
.BgClassName
{
background-color: #D08ACB;
}
</style>
border-color css
<style>
span { border-color: #D08ACB; }
span { border-color: rgb(208,138,203); }
td.TdClassName
{
border-color: #D08ACB;
}
.TagClassName
{
border-color: #D08ACB;
}
</style>