Shades of Lilac #D69BCB
Tints of Lilac #D69BCB
RGB
CMYK
RGB Variations
Color information
#D69BCB (or 0xD69BCB) is known color: Lilac. HEX triplet: D6, 9B and CB. RGB value is (214,155,203). Sum of RGB (Red+Green+Blue) = 214+155+203=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BCB is #296434. Grayscale: #B1B1B1. Windows color (decimal): -2712629 or 13343702. OLE color: 13343702.
HSL color Cylindrical-coordinate representation of color #D69BCB: hue angle of 311.19º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69BCB is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 203 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.16 |
| HSL | 311.19º | 0.42% | 0.72% | - |
| HSV(B) | 311.19º | 0.28% | 0.84% | - |
| XYZ | 50.23 | 42.05 | 61.97 | - |
| YUV | 178.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 203 | 0 | 0.28 | 0.05 | 0.16 | 311.19 | 0.42 | 0.72 |
| Hex | D6 | 9B | CB | 0 | 1C | 5 | 10 | 137 | 2A | 48 |
| Octal | 326 | 233 | 313 | 0 | 34 | 5 | 20 | 467 | 52 | 110 |
| Binary | 11010110 | 10011011 | 11001011 | 0 | 11100 | 101 | 10000 | 100110111 | 101010 | 1001000 |
Color Harmonies of #D69BCB
Complementary color
Monochromatic Colors of #D69BCB
Black with #D69BCB
Text Example
Text Example
White with #D69BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69BCB; }
p { color: rgb(214,155,203); }
H1.HeaderClassName
{
color: #D69BCB;
}
.AnyTagClassName
{
color: #D69BCB;
}
</style>
background-color css
<style>
a { background-color: #D69BCB; }
a { background-color: rgb(214,155,203); }
div.DivClassName
{
background-color: #D69BCB;
}
.BgClassName
{
background-color: #D69BCB;
}
</style>
border-color css
<style>
span { border-color: #D69BCB; }
span { border-color: rgb(214,155,203); }
td.TdClassName
{
border-color: #D69BCB;
}
.TagClassName
{
border-color: #D69BCB;
}
</style>