Shades of Lily #CAAAB8
Tints of Lily #CAAAB8
RGB
CMYK
RGB Variations
Color information
#CAAAB8 (or 0xCAAAB8) is known color: Lily. HEX triplet: CA, AA and B8. RGB value is (202,170,184). Sum of RGB (Red+Green+Blue) = 202+170+184=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAB8 is #355547. Grayscale: #B5B5B5. Windows color (decimal): -3495240 or 12102346. OLE color: 12102346.
HSL color Cylindrical-coordinate representation of color #CAAAB8: hue angle of 333.75º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAAB8 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 170 | 184 | - |
CMYK | 0 | 0.16 | 0.09 | 0.21 |
HSL | 333.75º | 0.23% | 0.73% | - |
HSV(B) | 333.75º | 0.16% | 0.79% | - |
XYZ | 47.38 | 44.77 | 51.49 | - |
YUV | 181.16 | 129.6 | 142.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 170 | 184 | 0 | 0.16 | 0.09 | 0.21 | 333.75 | 0.23 | 0.73 |
Hex | CA | AA | B8 | 0 | 10 | 9 | 15 | 14E | 17 | 49 |
Octal | 312 | 252 | 270 | 0 | 20 | 11 | 25 | 516 | 27 | 111 |
Binary | 11001010 | 10101010 | 10111000 | 0 | 10000 | 1001 | 10101 | 101001110 | 10111 | 1001001 |
Color Harmonies of #CAAAB8
Complementary color
Monochromatic Colors of #CAAAB8
Black with #CAAAB8
Text Example
Text Example
White with #CAAAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAB8; }
p { color: rgb(202,170,184); }
H1.HeaderClassName
{
color: #CAAAB8;
}
.AnyTagClassName
{
color: #CAAAB8;
}
</style>
background-color css
<style>
a { background-color: #CAAAB8; }
a { background-color: rgb(202,170,184); }
div.DivClassName
{
background-color: #CAAAB8;
}
.BgClassName
{
background-color: #CAAAB8;
}
</style>
border-color css
<style>
span { border-color: #CAAAB8; }
span { border-color: rgb(202,170,184); }
td.TdClassName
{
border-color: #CAAAB8;
}
.TagClassName
{
border-color: #CAAAB8;
}
</style>