Shades of Lily #CA9DB7
Tints of Lily #CA9DB7
RGB
CMYK
RGB Variations
Color information
#CA9DB7 (or 0xCA9DB7) is known color: Lily. HEX triplet: CA, 9D and B7. RGB value is (202,157,183). Sum of RGB (Red+Green+Blue) = 202+157+183=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DB7 is #356248. Grayscale: #ADADAD. Windows color (decimal): -3498569 or 12033482. OLE color: 12033482.
HSL color Cylindrical-coordinate representation of color #CA9DB7: hue angle of 325.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CA9DB7 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 157 | 183 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.21 |
| HSL | 325.33º | 0.3% | 0.7% | - |
| HSV(B) | 325.33º | 0.22% | 0.79% | - |
| XYZ | 44.96 | 40.09 | 50.17 | - |
| YUV | 173.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 183 | 0 | 0.22 | 0.09 | 0.21 | 325.33 | 0.3 | 0.7 |
| Hex | CA | 9D | B7 | 0 | 16 | 9 | 15 | 145 | 1E | 46 |
| Octal | 312 | 235 | 267 | 0 | 26 | 11 | 25 | 505 | 36 | 106 |
| Binary | 11001010 | 10011101 | 10110111 | 0 | 10110 | 1001 | 10101 | 101000101 | 11110 | 1000110 |
Color Harmonies of #CA9DB7
Complementary color
Monochromatic Colors of #CA9DB7
Black with #CA9DB7
Text Example
Text Example
White with #CA9DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9DB7; }
p { color: rgb(202,157,183); }
H1.HeaderClassName
{
color: #CA9DB7;
}
.AnyTagClassName
{
color: #CA9DB7;
}
</style>
background-color css
<style>
a { background-color: #CA9DB7; }
a { background-color: rgb(202,157,183); }
div.DivClassName
{
background-color: #CA9DB7;
}
.BgClassName
{
background-color: #CA9DB7;
}
</style>
border-color css
<style>
span { border-color: #CA9DB7; }
span { border-color: rgb(202,157,183); }
td.TdClassName
{
border-color: #CA9DB7;
}
.TagClassName
{
border-color: #CA9DB7;
}
</style>