Shades of Lily #CCA7B8
Tints of Lily #CCA7B8
RGB
CMYK
RGB Variations
Color information
#CCA7B8 (or 0xCCA7B8) is known color: Lily. HEX triplet: CC, A7 and B8. RGB value is (204,167,184). Sum of RGB (Red+Green+Blue) = 204+167+184=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA7B8 is #335847. Grayscale: #B3B3B3. Windows color (decimal): -3364936 or 12101580. OLE color: 12101580.
HSL color Cylindrical-coordinate representation of color #CCA7B8: hue angle of 332.43º degrees, saturation: 0.27, 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 #CCA7B8 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 184 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.2 |
| HSL | 332.43º | 0.27% | 0.73% | - |
| HSV(B) | 332.43º | 0.18% | 0.8% | - |
| XYZ | 47.37 | 43.94 | 51.33 | - |
| YUV | 180 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 184 | 0 | 0.18 | 0.10 | 0.2 | 332.43 | 0.27 | 0.73 |
| Hex | CC | A7 | B8 | 0 | 12 | A | 14 | 14C | 1B | 49 |
| Octal | 314 | 247 | 270 | 0 | 22 | 12 | 24 | 514 | 33 | 111 |
| Binary | 11001100 | 10100111 | 10111000 | 0 | 10010 | 1010 | 10100 | 101001100 | 11011 | 1001001 |
Color Harmonies of #CCA7B8
Complementary color
Monochromatic Colors of #CCA7B8
Black with #CCA7B8
Text Example
Text Example
White with #CCA7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA7B8; }
p { color: rgb(204,167,184); }
H1.HeaderClassName
{
color: #CCA7B8;
}
.AnyTagClassName
{
color: #CCA7B8;
}
</style>
background-color css
<style>
a { background-color: #CCA7B8; }
a { background-color: rgb(204,167,184); }
div.DivClassName
{
background-color: #CCA7B8;
}
.BgClassName
{
background-color: #CCA7B8;
}
</style>
border-color css
<style>
span { border-color: #CCA7B8; }
span { border-color: rgb(204,167,184); }
td.TdClassName
{
border-color: #CCA7B8;
}
.TagClassName
{
border-color: #CCA7B8;
}
</style>