Shades of Lily #CA8DAB
Tints of Lily #CA8DAB
RGB
CMYK
RGB Variations
Color information
#CA8DAB (or 0xCA8DAB) is known color: Lily. HEX triplet: CA, 8D and AB. RGB value is (202,141,171). Sum of RGB (Red+Green+Blue) = 202+141+171=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8DAB is #357254. Grayscale: #A2A2A2. Windows color (decimal): -3502677 or 11242954. OLE color: 11242954.
HSL color Cylindrical-coordinate representation of color #CA8DAB: hue angle of 330.49º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8DAB is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 171 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.21 |
| HSL | 330.49º | 0.37% | 0.67% | - |
| HSV(B) | 330.49º | 0.3% | 0.79% | - |
| XYZ | 41.23 | 34.55 | 43.02 | - |
| YUV | 162.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 171 | 0 | 0.30 | 0.15 | 0.21 | 330.49 | 0.37 | 0.67 |
| Hex | CA | 8D | AB | 0 | 1E | F | 15 | 14A | 25 | 43 |
| Octal | 312 | 215 | 253 | 0 | 36 | 17 | 25 | 512 | 45 | 103 |
| Binary | 11001010 | 10001101 | 10101011 | 0 | 11110 | 1111 | 10101 | 101001010 | 100101 | 1000011 |
Color Harmonies of #CA8DAB
Complementary color
Monochromatic Colors of #CA8DAB
Black with #CA8DAB
Text Example
Text Example
White with #CA8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8DAB; }
p { color: rgb(202,141,171); }
H1.HeaderClassName
{
color: #CA8DAB;
}
.AnyTagClassName
{
color: #CA8DAB;
}
</style>
background-color css
<style>
a { background-color: #CA8DAB; }
a { background-color: rgb(202,141,171); }
div.DivClassName
{
background-color: #CA8DAB;
}
.BgClassName
{
background-color: #CA8DAB;
}
</style>
border-color css
<style>
span { border-color: #CA8DAB; }
span { border-color: rgb(202,141,171); }
td.TdClassName
{
border-color: #CA8DAB;
}
.TagClassName
{
border-color: #CA8DAB;
}
</style>