Shades of Lily #CAAAB5
Tints of Lily #CAAAB5
RGB
CMYK
RGB Variations
Color information
#CAAAB5 (or 0xCAAAB5) is known color: Lily. HEX triplet: CA, AA and B5. RGB value is (202,170,181). Sum of RGB (Red+Green+Blue) = 202+170+181=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAB5 is #35554A. Grayscale: #B4B4B4. Windows color (decimal): -3495243 or 11905738. OLE color: 11905738.
HSL color Cylindrical-coordinate representation of color #CAAAB5: hue angle of 339.38º 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 #CAAAB5 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 170 | 181 | - |
CMYK | 0 | 0.16 | 0.10 | 0.21 |
HSL | 339.38º | 0.23% | 0.73% | - |
HSV(B) | 339.38º | 0.16% | 0.79% | - |
XYZ | 47.07 | 44.64 | 49.85 | - |
YUV | 180.82 | 128.1 | 143.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 170 | 181 | 0 | 0.16 | 0.10 | 0.21 | 339.38 | 0.23 | 0.73 |
Hex | CA | AA | B5 | 0 | 10 | A | 15 | 153 | 17 | 49 |
Octal | 312 | 252 | 265 | 0 | 20 | 12 | 25 | 523 | 27 | 111 |
Binary | 11001010 | 10101010 | 10110101 | 0 | 10000 | 1010 | 10101 | 101010011 | 10111 | 1001001 |
Color Harmonies of #CAAAB5
Complementary color
Monochromatic Colors of #CAAAB5
Black with #CAAAB5
Text Example
Text Example
White with #CAAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAB5; }
p { color: rgb(202,170,181); }
H1.HeaderClassName
{
color: #CAAAB5;
}
.AnyTagClassName
{
color: #CAAAB5;
}
</style>
background-color css
<style>
a { background-color: #CAAAB5; }
a { background-color: rgb(202,170,181); }
div.DivClassName
{
background-color: #CAAAB5;
}
.BgClassName
{
background-color: #CAAAB5;
}
</style>
border-color css
<style>
span { border-color: #CAAAB5; }
span { border-color: rgb(202,170,181); }
td.TdClassName
{
border-color: #CAAAB5;
}
.TagClassName
{
border-color: #CAAAB5;
}
</style>