Shades of Lilac #D08FCE
Tints of Lilac #D08FCE
RGB
CMYK
RGB Variations
Color information
#D08FCE (or 0xD08FCE) is known color: Lilac. HEX triplet: D0, 8F and CE. RGB value is (208,143,206). Sum of RGB (Red+Green+Blue) = 208+143+206=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FCE is #2F7031. Grayscale: #A9A9A9. Windows color (decimal): -3108914 or 13537232. OLE color: 13537232.
HSL color Cylindrical-coordinate representation of color #D08FCE: hue angle of 301.85º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D08FCE is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 206 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.18 |
| HSL | 301.85º | 0.41% | 0.69% | - |
| HSV(B) | 301.85º | 0.31% | 0.82% | - |
| XYZ | 46.98 | 37.51 | 63.16 | - |
| YUV | 169.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 206 | 0 | 0.31 | 0.01 | 0.18 | 301.85 | 0.41 | 0.69 |
| Hex | D0 | 8F | CE | 0 | 1F | 1 | 12 | 12E | 29 | 45 |
| Octal | 320 | 217 | 316 | 0 | 37 | 1 | 22 | 456 | 51 | 105 |
| Binary | 11010000 | 10001111 | 11001110 | 0 | 11111 | 1 | 10010 | 100101110 | 101001 | 1000101 |
Color Harmonies of #D08FCE
Complementary color
Monochromatic Colors of #D08FCE
Black with #D08FCE
Text Example
Text Example
White with #D08FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08FCE; }
p { color: rgb(208,143,206); }
H1.HeaderClassName
{
color: #D08FCE;
}
.AnyTagClassName
{
color: #D08FCE;
}
</style>
background-color css
<style>
a { background-color: #D08FCE; }
a { background-color: rgb(208,143,206); }
div.DivClassName
{
background-color: #D08FCE;
}
.BgClassName
{
background-color: #D08FCE;
}
</style>
border-color css
<style>
span { border-color: #D08FCE; }
span { border-color: rgb(208,143,206); }
td.TdClassName
{
border-color: #D08FCE;
}
.TagClassName
{
border-color: #D08FCE;
}
</style>