Shades of Lily #CCA1BD
Tints of Lily #CCA1BD
RGB
CMYK
RGB Variations
Color information
#CCA1BD (or 0xCCA1BD) is known color: Lily. HEX triplet: CC, A1 and BD. RGB value is (204,161,189). Sum of RGB (Red+Green+Blue) = 204+161+189=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1BD is #335E42. Grayscale: #B0B0B0. Windows color (decimal): -3366467 or 12427724. OLE color: 12427724.
HSL color Cylindrical-coordinate representation of color #CCA1BD: hue angle of 320.93º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA1BD is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 189 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.2 |
| HSL | 320.93º | 0.3% | 0.72% | - |
| HSV(B) | 320.93º | 0.21% | 0.8% | - |
| XYZ | 46.83 | 42 | 53.78 | - |
| YUV | 177.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 189 | 0 | 0.21 | 0.07 | 0.2 | 320.93 | 0.3 | 0.72 |
| Hex | CC | A1 | BD | 0 | 15 | 7 | 14 | 141 | 1E | 48 |
| Octal | 314 | 241 | 275 | 0 | 25 | 7 | 24 | 501 | 36 | 110 |
| Binary | 11001100 | 10100001 | 10111101 | 0 | 10101 | 111 | 10100 | 101000001 | 11110 | 1001000 |
Color Harmonies of #CCA1BD
Complementary color
Monochromatic Colors of #CCA1BD
Black with #CCA1BD
Text Example
Text Example
White with #CCA1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1BD; }
p { color: rgb(204,161,189); }
H1.HeaderClassName
{
color: #CCA1BD;
}
.AnyTagClassName
{
color: #CCA1BD;
}
</style>
background-color css
<style>
a { background-color: #CCA1BD; }
a { background-color: rgb(204,161,189); }
div.DivClassName
{
background-color: #CCA1BD;
}
.BgClassName
{
background-color: #CCA1BD;
}
</style>
border-color css
<style>
span { border-color: #CCA1BD; }
span { border-color: rgb(204,161,189); }
td.TdClassName
{
border-color: #CCA1BD;
}
.TagClassName
{
border-color: #CCA1BD;
}
</style>