Shades of Lily #CAABB8
Tints of Lily #CAABB8
RGB
CMYK
RGB Variations
Color information
#CAABB8 (or 0xCAABB8) is known color: Lily. HEX triplet: CA, AB and B8. RGB value is (202,171,184). Sum of RGB (Red+Green+Blue) = 202+171+184=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABB8 is #355447. Grayscale: #B5B5B5. Windows color (decimal): -3494984 or 12102602. OLE color: 12102602.
HSL color Cylindrical-coordinate representation of color #CAABB8: hue angle of 334.84º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAABB8 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 171 | 184 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.21 |
| HSL | 334.84º | 0.23% | 0.73% | - |
| HSV(B) | 334.84º | 0.15% | 0.79% | - |
| XYZ | 47.57 | 45.14 | 51.55 | - |
| YUV | 181.75 | 129.27 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 184 | 0 | 0.15 | 0.09 | 0.21 | 334.84 | 0.23 | 0.73 |
| Hex | CA | AB | B8 | 0 | F | 9 | 15 | 14F | 17 | 49 |
| Octal | 312 | 253 | 270 | 0 | 17 | 11 | 25 | 517 | 27 | 111 |
| Binary | 11001010 | 10101011 | 10111000 | 0 | 1111 | 1001 | 10101 | 101001111 | 10111 | 1001001 |
Color Harmonies of #CAABB8
Complementary color
Monochromatic Colors of #CAABB8
Black with #CAABB8
Text Example
Text Example
White with #CAABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABB8; }
p { color: rgb(202,171,184); }
H1.HeaderClassName
{
color: #CAABB8;
}
.AnyTagClassName
{
color: #CAABB8;
}
</style>
background-color css
<style>
a { background-color: #CAABB8; }
a { background-color: rgb(202,171,184); }
div.DivClassName
{
background-color: #CAABB8;
}
.BgClassName
{
background-color: #CAABB8;
}
</style>
border-color css
<style>
span { border-color: #CAABB8; }
span { border-color: rgb(202,171,184); }
td.TdClassName
{
border-color: #CAABB8;
}
.TagClassName
{
border-color: #CAABB8;
}
</style>