Shades of Lilac #D898CC
Tints of Lilac #D898CC
RGB
CMYK
RGB Variations
Color information
#D898CC (or 0xD898CC) is known color: Lilac. HEX triplet: D8, 98 and CC. RGB value is (216,152,204). Sum of RGB (Red+Green+Blue) = 216+152+204=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D898CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D898CC is #276733. Grayscale: #B0B0B0. Windows color (decimal): -2582324 or 13408472. OLE color: 13408472.
HSL color Cylindrical-coordinate representation of color #D898CC: hue angle of 311.25º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D898CC is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 204 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.15 |
| HSL | 311.25º | 0.45% | 0.72% | - |
| HSV(B) | 311.25º | 0.3% | 0.85% | - |
| XYZ | 50.45 | 41.42 | 62.46 | - |
| YUV | 177.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 204 | 0 | 0.30 | 0.06 | 0.15 | 311.25 | 0.45 | 0.72 |
| Hex | D8 | 98 | CC | 0 | 1E | 6 | F | 137 | 2D | 48 |
| Octal | 330 | 230 | 314 | 0 | 36 | 6 | 17 | 467 | 55 | 110 |
| Binary | 11011000 | 10011000 | 11001100 | 0 | 11110 | 110 | 1111 | 100110111 | 101101 | 1001000 |
Color Harmonies of #D898CC
Complementary color
Monochromatic Colors of #D898CC
Black with #D898CC
Text Example
Text Example
White with #D898CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898CC; }
p { color: rgb(216,152,204); }
H1.HeaderClassName
{
color: #D898CC;
}
.AnyTagClassName
{
color: #D898CC;
}
</style>
background-color css
<style>
a { background-color: #D898CC; }
a { background-color: rgb(216,152,204); }
div.DivClassName
{
background-color: #D898CC;
}
.BgClassName
{
background-color: #D898CC;
}
</style>
border-color css
<style>
span { border-color: #D898CC; }
span { border-color: rgb(216,152,204); }
td.TdClassName
{
border-color: #D898CC;
}
.TagClassName
{
border-color: #D898CC;
}
</style>