Shades of Lilac #D198CC
Tints of Lilac #D198CC
RGB
CMYK
RGB Variations
Color information
#D198CC (or 0xD198CC) is known color: Lilac. HEX triplet: D1, 98 and CC. RGB value is (209,152,204). Sum of RGB (Red+Green+Blue) = 209+152+204=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 209 - color contains mainly: red. Hex color #D198CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198CC is #2E6733. Grayscale: #AEAEAE. Windows color (decimal): -3041076 or 13408465. OLE color: 13408465.
HSL color Cylindrical-coordinate representation of color #D198CC: hue angle of 305.26º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D198CC is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 204 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.18 |
| HSL | 305.26º | 0.38% | 0.71% | - |
| HSV(B) | 305.26º | 0.27% | 0.82% | - |
| XYZ | 48.42 | 40.37 | 62.37 | - |
| YUV | 174.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 204 | 0 | 0.27 | 0.02 | 0.18 | 305.26 | 0.38 | 0.71 |
| Hex | D1 | 98 | CC | 0 | 1B | 2 | 12 | 131 | 26 | 47 |
| Octal | 321 | 230 | 314 | 0 | 33 | 2 | 22 | 461 | 46 | 107 |
| Binary | 11010001 | 10011000 | 11001100 | 0 | 11011 | 10 | 10010 | 100110001 | 100110 | 1000111 |
Color Harmonies of #D198CC
Complementary color
Monochromatic Colors of #D198CC
Black with #D198CC
Text Example
Text Example
White with #D198CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D198CC; }
p { color: rgb(209,152,204); }
H1.HeaderClassName
{
color: #D198CC;
}
.AnyTagClassName
{
color: #D198CC;
}
</style>
background-color css
<style>
a { background-color: #D198CC; }
a { background-color: rgb(209,152,204); }
div.DivClassName
{
background-color: #D198CC;
}
.BgClassName
{
background-color: #D198CC;
}
</style>
border-color css
<style>
span { border-color: #D198CC; }
span { border-color: rgb(209,152,204); }
td.TdClassName
{
border-color: #D198CC;
}
.TagClassName
{
border-color: #D198CC;
}
</style>