Shades of Lilac #D0A1C7
Tints of Lilac #D0A1C7
RGB
CMYK
RGB Variations
Color information
#D0A1C7 (or 0xD0A1C7) is known color: Lilac. HEX triplet: D0, A1 and C7. RGB value is (208,161,199). Sum of RGB (Red+Green+Blue) = 208+161+199=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1C7 is #2F5E38. Grayscale: #B3B3B3. Windows color (decimal): -3104313 or 13083088. OLE color: 13083088.
HSL color Cylindrical-coordinate representation of color #D0A1C7: hue angle of 311.49º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A1C7 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 199 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.18 |
| HSL | 311.49º | 0.33% | 0.72% | - |
| HSV(B) | 311.49º | 0.23% | 0.82% | - |
| XYZ | 49.07 | 43.02 | 59.75 | - |
| YUV | 179.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 199 | 0 | 0.23 | 0.04 | 0.18 | 311.49 | 0.33 | 0.72 |
| Hex | D0 | A1 | C7 | 0 | 17 | 4 | 12 | 137 | 21 | 48 |
| Octal | 320 | 241 | 307 | 0 | 27 | 4 | 22 | 467 | 41 | 110 |
| Binary | 11010000 | 10100001 | 11000111 | 0 | 10111 | 100 | 10010 | 100110111 | 100001 | 1001000 |
Color Harmonies of #D0A1C7
Complementary color
Monochromatic Colors of #D0A1C7
Black with #D0A1C7
Text Example
Text Example
White with #D0A1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A1C7; }
p { color: rgb(208,161,199); }
H1.HeaderClassName
{
color: #D0A1C7;
}
.AnyTagClassName
{
color: #D0A1C7;
}
</style>
background-color css
<style>
a { background-color: #D0A1C7; }
a { background-color: rgb(208,161,199); }
div.DivClassName
{
background-color: #D0A1C7;
}
.BgClassName
{
background-color: #D0A1C7;
}
</style>
border-color css
<style>
span { border-color: #D0A1C7; }
span { border-color: rgb(208,161,199); }
td.TdClassName
{
border-color: #D0A1C7;
}
.TagClassName
{
border-color: #D0A1C7;
}
</style>