Shades of Lily #CCA8B4
Tints of Lily #CCA8B4
RGB
CMYK
RGB Variations
Color information
#CCA8B4 (or 0xCCA8B4) is known color: Lily. HEX triplet: CC, A8 and B4. RGB value is (204,168,180). Sum of RGB (Red+Green+Blue) = 204+168+180=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8B4 is #33574B. Grayscale: #B4B4B4. Windows color (decimal): -3364684 or 11839692. OLE color: 11839692.
HSL color Cylindrical-coordinate representation of color #CCA8B4: hue angle of 340º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA8B4 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 180 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.2 |
| HSL | 340º | 0.26% | 0.73% | - |
| HSV(B) | 340º | 0.18% | 0.8% | - |
| XYZ | 47.14 | 44.14 | 49.21 | - |
| YUV | 180.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 180 | 0 | 0.18 | 0.12 | 0.2 | 340 | 0.26 | 0.73 |
| Hex | CC | A8 | B4 | 0 | 12 | C | 14 | 154 | 1A | 49 |
| Octal | 314 | 250 | 264 | 0 | 22 | 14 | 24 | 524 | 32 | 111 |
| Binary | 11001100 | 10101000 | 10110100 | 0 | 10010 | 1100 | 10100 | 101010100 | 11010 | 1001001 |
Color Harmonies of #CCA8B4
Complementary color
Monochromatic Colors of #CCA8B4
Black with #CCA8B4
Text Example
Text Example
White with #CCA8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8B4; }
p { color: rgb(204,168,180); }
H1.HeaderClassName
{
color: #CCA8B4;
}
.AnyTagClassName
{
color: #CCA8B4;
}
</style>
background-color css
<style>
a { background-color: #CCA8B4; }
a { background-color: rgb(204,168,180); }
div.DivClassName
{
background-color: #CCA8B4;
}
.BgClassName
{
background-color: #CCA8B4;
}
</style>
border-color css
<style>
span { border-color: #CCA8B4; }
span { border-color: rgb(204,168,180); }
td.TdClassName
{
border-color: #CCA8B4;
}
.TagClassName
{
border-color: #CCA8B4;
}
</style>