Shades of Lily #CBA4BB
Tints of Lily #CBA4BB
RGB
CMYK
RGB Variations
Color information
#CBA4BB (or 0xCBA4BB) is known color: Lily. HEX triplet: CB, A4 and BB. RGB value is (203,164,187). Sum of RGB (Red+Green+Blue) = 203+164+187=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4BB is #345B44. Grayscale: #B2B2B2. Windows color (decimal): -3431237 or 12297419. OLE color: 12297419.
HSL color Cylindrical-coordinate representation of color #CBA4BB: hue angle of 324.62º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA4BB is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 187 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.20 |
| HSL | 324.62º | 0.27% | 0.72% | - |
| HSV(B) | 324.62º | 0.19% | 0.8% | - |
| XYZ | 46.87 | 42.84 | 52.81 | - |
| YUV | 178.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 187 | 0 | 0.19 | 0.08 | 0.20 | 324.62 | 0.27 | 0.72 |
| Hex | CB | A4 | BB | 0 | 13 | 8 | 14 | 145 | 1B | 48 |
| Octal | 313 | 244 | 273 | 0 | 23 | 10 | 24 | 505 | 33 | 110 |
| Binary | 11001011 | 10100100 | 10111011 | 0 | 10011 | 1000 | 10100 | 101000101 | 11011 | 1001000 |
Color Harmonies of #CBA4BB
Complementary color
Monochromatic Colors of #CBA4BB
Black with #CBA4BB
Text Example
Text Example
White with #CBA4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4BB; }
p { color: rgb(203,164,187); }
H1.HeaderClassName
{
color: #CBA4BB;
}
.AnyTagClassName
{
color: #CBA4BB;
}
</style>
background-color css
<style>
a { background-color: #CBA4BB; }
a { background-color: rgb(203,164,187); }
div.DivClassName
{
background-color: #CBA4BB;
}
.BgClassName
{
background-color: #CBA4BB;
}
</style>
border-color css
<style>
span { border-color: #CBA4BB; }
span { border-color: rgb(203,164,187); }
td.TdClassName
{
border-color: #CBA4BB;
}
.TagClassName
{
border-color: #CBA4BB;
}
</style>