Shades of Lily #CCAAB7
Tints of Lily #CCAAB7
RGB
CMYK
RGB Variations
Color information
#CCAAB7 (or 0xCCAAB7) is known color: Lily. HEX triplet: CC, AA and B7. RGB value is (204,170,183). Sum of RGB (Red+Green+Blue) = 204+170+183=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAB7 is #335548. Grayscale: #B5B5B5. Windows color (decimal): -3364169 or 12036812. OLE color: 12036812.
HSL color Cylindrical-coordinate representation of color #CCAAB7: hue angle of 337.06º 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 #CCAAB7 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 170 | 183 | - |
CMYK | 0 | 0.17 | 0.10 | 0.2 |
HSL | 337.06º | 0.25% | 0.73% | - |
HSV(B) | 337.06º | 0.17% | 0.8% | - |
XYZ | 47.82 | 45.01 | 50.97 | - |
YUV | 181.65 | 128.76 | 143.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 170 | 183 | 0 | 0.17 | 0.10 | 0.2 | 337.06 | 0.25 | 0.73 |
Hex | CC | AA | B7 | 0 | 11 | A | 14 | 151 | 19 | 49 |
Octal | 314 | 252 | 267 | 0 | 21 | 12 | 24 | 521 | 31 | 111 |
Binary | 11001100 | 10101010 | 10110111 | 0 | 10001 | 1010 | 10100 | 101010001 | 11001 | 1001001 |
Color Harmonies of #CCAAB7
Complementary color
Monochromatic Colors of #CCAAB7
Black with #CCAAB7
Text Example
Text Example
White with #CCAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAB7; }
p { color: rgb(204,170,183); }
H1.HeaderClassName
{
color: #CCAAB7;
}
.AnyTagClassName
{
color: #CCAAB7;
}
</style>
background-color css
<style>
a { background-color: #CCAAB7; }
a { background-color: rgb(204,170,183); }
div.DivClassName
{
background-color: #CCAAB7;
}
.BgClassName
{
background-color: #CCAAB7;
}
</style>
border-color css
<style>
span { border-color: #CCAAB7; }
span { border-color: rgb(204,170,183); }
td.TdClassName
{
border-color: #CCAAB7;
}
.TagClassName
{
border-color: #CCAAB7;
}
</style>