Shades of Lilac #D89CCB
Tints of Lilac #D89CCB
RGB
CMYK
RGB Variations
Color information
#D89CCB (or 0xD89CCB) is known color: Lilac. HEX triplet: D8, 9C and CB. RGB value is (216,156,203). Sum of RGB (Red+Green+Blue) = 216+156+203=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D89CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89CCB is #276334. Grayscale: #B3B3B3. Windows color (decimal): -2581301 or 13343960. OLE color: 13343960.
HSL color Cylindrical-coordinate representation of color #D89CCB: hue angle of 313º degrees, saturation: 0.43, 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 #D89CCB is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 203 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.15 |
| HSL | 313º | 0.43% | 0.73% | - |
| HSV(B) | 313º | 0.28% | 0.85% | - |
| XYZ | 50.99 | 42.69 | 62.05 | - |
| YUV | 179.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 203 | 0 | 0.28 | 0.06 | 0.15 | 313 | 0.43 | 0.73 |
| Hex | D8 | 9C | CB | 0 | 1C | 6 | F | 139 | 2B | 49 |
| Octal | 330 | 234 | 313 | 0 | 34 | 6 | 17 | 471 | 53 | 111 |
| Binary | 11011000 | 10011100 | 11001011 | 0 | 11100 | 110 | 1111 | 100111001 | 101011 | 1001001 |
Color Harmonies of #D89CCB
Complementary color
Monochromatic Colors of #D89CCB
Black with #D89CCB
Text Example
Text Example
White with #D89CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89CCB; }
p { color: rgb(216,156,203); }
H1.HeaderClassName
{
color: #D89CCB;
}
.AnyTagClassName
{
color: #D89CCB;
}
</style>
background-color css
<style>
a { background-color: #D89CCB; }
a { background-color: rgb(216,156,203); }
div.DivClassName
{
background-color: #D89CCB;
}
.BgClassName
{
background-color: #D89CCB;
}
</style>
border-color css
<style>
span { border-color: #D89CCB; }
span { border-color: rgb(216,156,203); }
td.TdClassName
{
border-color: #D89CCB;
}
.TagClassName
{
border-color: #D89CCB;
}
</style>