Shades of Lily #CCA5B2
Tints of Lily #CCA5B2
RGB
CMYK
RGB Variations
Color information
#CCA5B2 (or 0xCCA5B2) is known color: Lily. HEX triplet: CC, A5 and B2. RGB value is (204,165,178). Sum of RGB (Red+Green+Blue) = 204+165+178=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA5B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA5B2 is #335A4D. Grayscale: #B2B2B2. Windows color (decimal): -3365454 or 11707852. OLE color: 11707852.
HSL color Cylindrical-coordinate representation of color #CCA5B2: hue angle of 340º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCA5B2 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 178 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.2 |
| HSL | 340º | 0.28% | 0.72% | - |
| HSV(B) | 340º | 0.19% | 0.8% | - |
| XYZ | 46.39 | 42.96 | 47.97 | - |
| YUV | 178.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 178 | 0 | 0.19 | 0.13 | 0.2 | 340 | 0.28 | 0.72 |
| Hex | CC | A5 | B2 | 0 | 13 | D | 14 | 154 | 1C | 48 |
| Octal | 314 | 245 | 262 | 0 | 23 | 15 | 24 | 524 | 34 | 110 |
| Binary | 11001100 | 10100101 | 10110010 | 0 | 10011 | 1101 | 10100 | 101010100 | 11100 | 1001000 |
Color Harmonies of #CCA5B2
Complementary color
Monochromatic Colors of #CCA5B2
Black with #CCA5B2
Text Example
Text Example
White with #CCA5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA5B2; }
p { color: rgb(204,165,178); }
H1.HeaderClassName
{
color: #CCA5B2;
}
.AnyTagClassName
{
color: #CCA5B2;
}
</style>
background-color css
<style>
a { background-color: #CCA5B2; }
a { background-color: rgb(204,165,178); }
div.DivClassName
{
background-color: #CCA5B2;
}
.BgClassName
{
background-color: #CCA5B2;
}
</style>
border-color css
<style>
span { border-color: #CCA5B2; }
span { border-color: rgb(204,165,178); }
td.TdClassName
{
border-color: #CCA5B2;
}
.TagClassName
{
border-color: #CCA5B2;
}
</style>