Shades of Lilac #D998CB
Tints of Lilac #D998CB
RGB
CMYK
RGB Variations
Color information
#D998CB (or 0xD998CB) is known color: Lilac. HEX triplet: D9, 98 and CB. RGB value is (217,152,203). Sum of RGB (Red+Green+Blue) = 217+152+203=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D998CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998CB is #266734. Grayscale: #B1B1B1. Windows color (decimal): -2516789 or 13342937. OLE color: 13342937.
HSL color Cylindrical-coordinate representation of color #D998CB: hue angle of 312.92º degrees, saturation: 0.46, 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 #D998CB is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 203 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.15 |
| HSL | 312.92º | 0.46% | 0.72% | - |
| HSV(B) | 312.92º | 0.3% | 0.85% | - |
| XYZ | 50.62 | 41.52 | 61.85 | - |
| YUV | 177.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 203 | 0 | 0.30 | 0.06 | 0.15 | 312.92 | 0.46 | 0.72 |
| Hex | D9 | 98 | CB | 0 | 1E | 6 | F | 139 | 2E | 48 |
| Octal | 331 | 230 | 313 | 0 | 36 | 6 | 17 | 471 | 56 | 110 |
| Binary | 11011001 | 10011000 | 11001011 | 0 | 11110 | 110 | 1111 | 100111001 | 101110 | 1001000 |
Color Harmonies of #D998CB
Complementary color
Monochromatic Colors of #D998CB
Black with #D998CB
Text Example
Text Example
White with #D998CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D998CB; }
p { color: rgb(217,152,203); }
H1.HeaderClassName
{
color: #D998CB;
}
.AnyTagClassName
{
color: #D998CB;
}
</style>
background-color css
<style>
a { background-color: #D998CB; }
a { background-color: rgb(217,152,203); }
div.DivClassName
{
background-color: #D998CB;
}
.BgClassName
{
background-color: #D998CB;
}
</style>
border-color css
<style>
span { border-color: #D998CB; }
span { border-color: rgb(217,152,203); }
td.TdClassName
{
border-color: #D998CB;
}
.TagClassName
{
border-color: #D998CB;
}
</style>