Shades of Lily #CA9EBB
Tints of Lily #CA9EBB
RGB
CMYK
RGB Variations
Color information
#CA9EBB (or 0xCA9EBB) is known color: Lily. HEX triplet: CA, 9E and BB. RGB value is (202,158,187). Sum of RGB (Red+Green+Blue) = 202+158+187=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EBB is #356144. Grayscale: #AEAEAE. Windows color (decimal): -3498309 or 12295882. OLE color: 12295882.
HSL color Cylindrical-coordinate representation of color #CA9EBB: hue angle of 320.45º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CA9EBB is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 187 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.21 |
| HSL | 320.45º | 0.29% | 0.71% | - |
| HSV(B) | 320.45º | 0.22% | 0.79% | - |
| XYZ | 45.55 | 40.6 | 52.45 | - |
| YUV | 174.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 187 | 0 | 0.22 | 0.07 | 0.21 | 320.45 | 0.29 | 0.71 |
| Hex | CA | 9E | BB | 0 | 16 | 7 | 15 | 140 | 1D | 47 |
| Octal | 312 | 236 | 273 | 0 | 26 | 7 | 25 | 500 | 35 | 107 |
| Binary | 11001010 | 10011110 | 10111011 | 0 | 10110 | 111 | 10101 | 101000000 | 11101 | 1000111 |
Color Harmonies of #CA9EBB
Complementary color
Monochromatic Colors of #CA9EBB
Black with #CA9EBB
Text Example
Text Example
White with #CA9EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EBB; }
p { color: rgb(202,158,187); }
H1.HeaderClassName
{
color: #CA9EBB;
}
.AnyTagClassName
{
color: #CA9EBB;
}
</style>
background-color css
<style>
a { background-color: #CA9EBB; }
a { background-color: rgb(202,158,187); }
div.DivClassName
{
background-color: #CA9EBB;
}
.BgClassName
{
background-color: #CA9EBB;
}
</style>
border-color css
<style>
span { border-color: #CA9EBB; }
span { border-color: rgb(202,158,187); }
td.TdClassName
{
border-color: #CA9EBB;
}
.TagClassName
{
border-color: #CA9EBB;
}
</style>