Shades of Lily #CCABB7
Tints of Lily #CCABB7
RGB
CMYK
RGB Variations
Color information
#CCABB7 (or 0xCCABB7) is known color: Lily. HEX triplet: CC, AB and B7. RGB value is (204,171,183). Sum of RGB (Red+Green+Blue) = 204+171+183=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABB7 is #335448. Grayscale: #B6B6B6. Windows color (decimal): -3363913 or 12037068. OLE color: 12037068.
HSL color Cylindrical-coordinate representation of color #CCABB7: hue angle of 338.18º 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 #CCABB7 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 183 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.2 |
| HSL | 338.18º | 0.24% | 0.74% | - |
| HSV(B) | 338.18º | 0.16% | 0.8% | - |
| XYZ | 48.01 | 45.38 | 51.03 | - |
| YUV | 182.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 183 | 0 | 0.16 | 0.10 | 0.2 | 338.18 | 0.24 | 0.74 |
| Hex | CC | AB | B7 | 0 | 10 | A | 14 | 152 | 18 | 4A |
| Octal | 314 | 253 | 267 | 0 | 20 | 12 | 24 | 522 | 30 | 112 |
| Binary | 11001100 | 10101011 | 10110111 | 0 | 10000 | 1010 | 10100 | 101010010 | 11000 | 1001010 |
Color Harmonies of #CCABB7
Complementary color
Monochromatic Colors of #CCABB7
Black with #CCABB7
Text Example
Text Example
White with #CCABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABB7; }
p { color: rgb(204,171,183); }
H1.HeaderClassName
{
color: #CCABB7;
}
.AnyTagClassName
{
color: #CCABB7;
}
</style>
background-color css
<style>
a { background-color: #CCABB7; }
a { background-color: rgb(204,171,183); }
div.DivClassName
{
background-color: #CCABB7;
}
.BgClassName
{
background-color: #CCABB7;
}
</style>
border-color css
<style>
span { border-color: #CCABB7; }
span { border-color: rgb(204,171,183); }
td.TdClassName
{
border-color: #CCABB7;
}
.TagClassName
{
border-color: #CCABB7;
}
</style>