Shades of Lily #CBAAB9
Tints of Lily #CBAAB9
RGB
CMYK
RGB Variations
Color information
#CBAAB9 (or 0xCBAAB9) is known color: Lily. HEX triplet: CB, AA and B9. RGB value is (203,170,185). Sum of RGB (Red+Green+Blue) = 203+170+185=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAB9 is #345546. Grayscale: #B5B5B5. Windows color (decimal): -3429703 or 12167883. OLE color: 12167883.
HSL color Cylindrical-coordinate representation of color #CBAAB9: hue angle of 332.73º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBAAB9 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 185 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.20 |
| HSL | 332.73º | 0.24% | 0.73% | - |
| HSV(B) | 332.73º | 0.16% | 0.8% | - |
| XYZ | 47.76 | 44.95 | 52.06 | - |
| YUV | 181.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 185 | 0 | 0.16 | 0.09 | 0.20 | 332.73 | 0.24 | 0.73 |
| Hex | CB | AA | B9 | 0 | 10 | 9 | 14 | 14D | 18 | 49 |
| Octal | 313 | 252 | 271 | 0 | 20 | 11 | 24 | 515 | 30 | 111 |
| Binary | 11001011 | 10101010 | 10111001 | 0 | 10000 | 1001 | 10100 | 101001101 | 11000 | 1001001 |
Color Harmonies of #CBAAB9
Complementary color
Monochromatic Colors of #CBAAB9
Black with #CBAAB9
Text Example
Text Example
White with #CBAAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAAB9; }
p { color: rgb(203,170,185); }
H1.HeaderClassName
{
color: #CBAAB9;
}
.AnyTagClassName
{
color: #CBAAB9;
}
</style>
background-color css
<style>
a { background-color: #CBAAB9; }
a { background-color: rgb(203,170,185); }
div.DivClassName
{
background-color: #CBAAB9;
}
.BgClassName
{
background-color: #CBAAB9;
}
</style>
border-color css
<style>
span { border-color: #CBAAB9; }
span { border-color: rgb(203,170,185); }
td.TdClassName
{
border-color: #CBAAB9;
}
.TagClassName
{
border-color: #CBAAB9;
}
</style>