Shades of Lilac #D99CCB
Tints of Lilac #D99CCB
RGB
CMYK
RGB Variations
Color information
#D99CCB (or 0xD99CCB) is known color: Lilac. HEX triplet: D9, 9C and CB. RGB value is (217,156,203). Sum of RGB (Red+Green+Blue) = 217+156+203=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CCB is #266334. Grayscale: #B3B3B3. Windows color (decimal): -2515765 or 13343961. OLE color: 13343961.
HSL color Cylindrical-coordinate representation of color #D99CCB: hue angle of 313.77º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99CCB is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 203 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.15 |
| HSL | 313.77º | 0.45% | 0.73% | - |
| HSV(B) | 313.77º | 0.28% | 0.85% | - |
| XYZ | 51.28 | 42.84 | 62.07 | - |
| YUV | 179.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 203 | 0 | 0.28 | 0.06 | 0.15 | 313.77 | 0.45 | 0.73 |
| Hex | D9 | 9C | CB | 0 | 1C | 6 | F | 13A | 2D | 49 |
| Octal | 331 | 234 | 313 | 0 | 34 | 6 | 17 | 472 | 55 | 111 |
| Binary | 11011001 | 10011100 | 11001011 | 0 | 11100 | 110 | 1111 | 100111010 | 101101 | 1001001 |
Color Harmonies of #D99CCB
Complementary color
Monochromatic Colors of #D99CCB
Black with #D99CCB
Text Example
Text Example
White with #D99CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CCB; }
p { color: rgb(217,156,203); }
H1.HeaderClassName
{
color: #D99CCB;
}
.AnyTagClassName
{
color: #D99CCB;
}
</style>
background-color css
<style>
a { background-color: #D99CCB; }
a { background-color: rgb(217,156,203); }
div.DivClassName
{
background-color: #D99CCB;
}
.BgClassName
{
background-color: #D99CCB;
}
</style>
border-color css
<style>
span { border-color: #D99CCB; }
span { border-color: rgb(217,156,203); }
td.TdClassName
{
border-color: #D99CCB;
}
.TagClassName
{
border-color: #D99CCB;
}
</style>