Shades of Lily #CCAAB8
Tints of Lily #CCAAB8
RGB
CMYK
RGB Variations
Color information
#CCAAB8 (or 0xCCAAB8) is known color: Lily. HEX triplet: CC, AA and B8. RGB value is (204,170,184). Sum of RGB (Red+Green+Blue) = 204+170+184=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAB8 is #335547. Grayscale: #B5B5B5. Windows color (decimal): -3364168 or 12102348. OLE color: 12102348.
HSL color Cylindrical-coordinate representation of color #CCAAB8: hue angle of 335.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCAAB8 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 184 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.2 |
| HSL | 335.29º | 0.25% | 0.73% | - |
| HSV(B) | 335.29º | 0.17% | 0.8% | - |
| XYZ | 47.93 | 45.05 | 51.52 | - |
| YUV | 181.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 184 | 0 | 0.17 | 0.10 | 0.2 | 335.29 | 0.25 | 0.73 |
| Hex | CC | AA | B8 | 0 | 11 | A | 14 | 14F | 19 | 49 |
| Octal | 314 | 252 | 270 | 0 | 21 | 12 | 24 | 517 | 31 | 111 |
| Binary | 11001100 | 10101010 | 10111000 | 0 | 10001 | 1010 | 10100 | 101001111 | 11001 | 1001001 |
Color Harmonies of #CCAAB8
Complementary color
Monochromatic Colors of #CCAAB8
Black with #CCAAB8
Text Example
Text Example
White with #CCAAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAB8; }
p { color: rgb(204,170,184); }
H1.HeaderClassName
{
color: #CCAAB8;
}
.AnyTagClassName
{
color: #CCAAB8;
}
</style>
background-color css
<style>
a { background-color: #CCAAB8; }
a { background-color: rgb(204,170,184); }
div.DivClassName
{
background-color: #CCAAB8;
}
.BgClassName
{
background-color: #CCAAB8;
}
</style>
border-color css
<style>
span { border-color: #CCAAB8; }
span { border-color: rgb(204,170,184); }
td.TdClassName
{
border-color: #CCAAB8;
}
.TagClassName
{
border-color: #CCAAB8;
}
</style>