Shades of Lily #CBA4B8
Tints of Lily #CBA4B8
RGB
CMYK
RGB Variations
Color information
#CBA4B8 (or 0xCBA4B8) is known color: Lily. HEX triplet: CB, A4 and B8. RGB value is (203,164,184). Sum of RGB (Red+Green+Blue) = 203+164+184=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA4B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4B8 is #345B47. Grayscale: #B1B1B1. Windows color (decimal): -3431240 or 12100811. OLE color: 12100811.
HSL color Cylindrical-coordinate representation of color #CBA4B8: hue angle of 329.23º 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 #CBA4B8 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 184 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.20 |
| HSL | 329.23º | 0.27% | 0.72% | - |
| HSV(B) | 329.23º | 0.19% | 0.8% | - |
| XYZ | 46.56 | 42.71 | 51.14 | - |
| YUV | 177.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 184 | 0 | 0.19 | 0.09 | 0.20 | 329.23 | 0.27 | 0.72 |
| Hex | CB | A4 | B8 | 0 | 13 | 9 | 14 | 149 | 1B | 48 |
| Octal | 313 | 244 | 270 | 0 | 23 | 11 | 24 | 511 | 33 | 110 |
| Binary | 11001011 | 10100100 | 10111000 | 0 | 10011 | 1001 | 10100 | 101001001 | 11011 | 1001000 |
Color Harmonies of #CBA4B8
Complementary color
Monochromatic Colors of #CBA4B8
Black with #CBA4B8
Text Example
Text Example
White with #CBA4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4B8; }
p { color: rgb(203,164,184); }
H1.HeaderClassName
{
color: #CBA4B8;
}
.AnyTagClassName
{
color: #CBA4B8;
}
</style>
background-color css
<style>
a { background-color: #CBA4B8; }
a { background-color: rgb(203,164,184); }
div.DivClassName
{
background-color: #CBA4B8;
}
.BgClassName
{
background-color: #CBA4B8;
}
</style>
border-color css
<style>
span { border-color: #CBA4B8; }
span { border-color: rgb(203,164,184); }
td.TdClassName
{
border-color: #CBA4B8;
}
.TagClassName
{
border-color: #CBA4B8;
}
</style>