Shades of Lily #CCACB8
Tints of Lily #CCACB8
RGB
CMYK
RGB Variations
Color information
#CCACB8 (or 0xCCACB8) is known color: Lily. HEX triplet: CC, AC and B8. RGB value is (204,172,184). Sum of RGB (Red+Green+Blue) = 204+172+184=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACB8 is #335347. Grayscale: #B6B6B6. Windows color (decimal): -3363656 or 12102860. OLE color: 12102860.
HSL color Cylindrical-coordinate representation of color #CCACB8: hue angle of 337.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCACB8 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 184 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.2 |
| HSL | 337.5º | 0.24% | 0.74% | - |
| HSV(B) | 337.5º | 0.16% | 0.8% | - |
| XYZ | 48.31 | 45.8 | 51.64 | - |
| YUV | 182.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 184 | 0 | 0.16 | 0.10 | 0.2 | 337.5 | 0.24 | 0.74 |
| Hex | CC | AC | B8 | 0 | 10 | A | 14 | 152 | 18 | 4A |
| Octal | 314 | 254 | 270 | 0 | 20 | 12 | 24 | 522 | 30 | 112 |
| Binary | 11001100 | 10101100 | 10111000 | 0 | 10000 | 1010 | 10100 | 101010010 | 11000 | 1001010 |
Color Harmonies of #CCACB8
Complementary color
Monochromatic Colors of #CCACB8
Black with #CCACB8
Text Example
Text Example
White with #CCACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACB8; }
p { color: rgb(204,172,184); }
H1.HeaderClassName
{
color: #CCACB8;
}
.AnyTagClassName
{
color: #CCACB8;
}
</style>
background-color css
<style>
a { background-color: #CCACB8; }
a { background-color: rgb(204,172,184); }
div.DivClassName
{
background-color: #CCACB8;
}
.BgClassName
{
background-color: #CCACB8;
}
</style>
border-color css
<style>
span { border-color: #CCACB8; }
span { border-color: rgb(204,172,184); }
td.TdClassName
{
border-color: #CCACB8;
}
.TagClassName
{
border-color: #CCACB8;
}
</style>