Shades of Lilac #CB99D0
Tints of Lilac #CB99D0
RGB
CMYK
RGB Variations
Color information
#CB99D0 (or 0xCB99D0) is known color: Lilac. HEX triplet: CB, 99 and D0. RGB value is (203,153,208). Sum of RGB (Red+Green+Blue) = 203+153+208=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB99D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99D0 is #34662F. Grayscale: #AEAEAE. Windows color (decimal): -3434032 or 13670859. OLE color: 13670859.
HSL color Cylindrical-coordinate representation of color #CB99D0: hue angle of 294.55º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB99D0 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 153 | 208 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.18 |
| HSL | 294.55º | 0.37% | 0.71% | - |
| HSV(B) | 294.55º | 0.26% | 0.82% | - |
| XYZ | 47.41 | 40.03 | 64.9 | - |
| YUV | 174.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 208 | 0.02 | 0.26 | 0 | 0.18 | 294.55 | 0.37 | 0.71 |
| Hex | CB | 99 | D0 | 2 | 1A | 0 | 12 | 127 | 25 | 47 |
| Octal | 313 | 231 | 320 | 2 | 32 | 0 | 22 | 447 | 45 | 107 |
| Binary | 11001011 | 10011001 | 11010000 | 10 | 11010 | 0 | 10010 | 100100111 | 100101 | 1000111 |
Color Harmonies of #CB99D0
Complementary color
Monochromatic Colors of #CB99D0
Black with #CB99D0
Text Example
Text Example
White with #CB99D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB99D0; }
p { color: rgb(203,153,208); }
H1.HeaderClassName
{
color: #CB99D0;
}
.AnyTagClassName
{
color: #CB99D0;
}
</style>
background-color css
<style>
a { background-color: #CB99D0; }
a { background-color: rgb(203,153,208); }
div.DivClassName
{
background-color: #CB99D0;
}
.BgClassName
{
background-color: #CB99D0;
}
</style>
border-color css
<style>
span { border-color: #CB99D0; }
span { border-color: rgb(203,153,208); }
td.TdClassName
{
border-color: #CB99D0;
}
.TagClassName
{
border-color: #CB99D0;
}
</style>