Shades of Lily #CBABB8
Tints of Lily #CBABB8
RGB
CMYK
RGB Variations
Color information
#CBABB8 (or 0xCBABB8) is known color: Lily. HEX triplet: CB, AB and B8. RGB value is (203,171,184). Sum of RGB (Red+Green+Blue) = 203+171+184=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABB8 is #345447. Grayscale: #B6B6B6. Windows color (decimal): -3429448 or 12102603. OLE color: 12102603.
HSL color Cylindrical-coordinate representation of color #CBABB8: hue angle of 335.62º 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 #CBABB8 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 184 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.20 |
| HSL | 335.63º | 0.24% | 0.73% | - |
| HSV(B) | 335.63º | 0.16% | 0.8% | - |
| XYZ | 47.84 | 45.28 | 51.57 | - |
| YUV | 182.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 184 | 0 | 0.16 | 0.09 | 0.20 | 335.63 | 0.24 | 0.73 |
| Hex | CB | AB | B8 | 0 | 10 | 9 | 14 | 150 | 18 | 49 |
| Octal | 313 | 253 | 270 | 0 | 20 | 11 | 24 | 520 | 30 | 111 |
| Binary | 11001011 | 10101011 | 10111000 | 0 | 10000 | 1001 | 10100 | 101010000 | 11000 | 1001001 |
Color Harmonies of #CBABB8
Complementary color
Monochromatic Colors of #CBABB8
Black with #CBABB8
Text Example
Text Example
White with #CBABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABB8; }
p { color: rgb(203,171,184); }
H1.HeaderClassName
{
color: #CBABB8;
}
.AnyTagClassName
{
color: #CBABB8;
}
</style>
background-color css
<style>
a { background-color: #CBABB8; }
a { background-color: rgb(203,171,184); }
div.DivClassName
{
background-color: #CBABB8;
}
.BgClassName
{
background-color: #CBABB8;
}
</style>
border-color css
<style>
span { border-color: #CBABB8; }
span { border-color: rgb(203,171,184); }
td.TdClassName
{
border-color: #CBABB8;
}
.TagClassName
{
border-color: #CBABB8;
}
</style>