Shades of Lily #CC8DAE
Tints of Lily #CC8DAE
RGB
CMYK
RGB Variations
Color information
#CC8DAE (or 0xCC8DAE) is known color: Lily. HEX triplet: CC, 8D and AE. RGB value is (204,141,174). Sum of RGB (Red+Green+Blue) = 204+141+174=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8DAE is #337251. Grayscale: #A3A3A3. Windows color (decimal): -3371602 or 11439564. OLE color: 11439564.
HSL color Cylindrical-coordinate representation of color #CC8DAE: hue angle of 328.57º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8DAE is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 174 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.2 |
| HSL | 328.57º | 0.38% | 0.68% | - |
| HSV(B) | 328.57º | 0.31% | 0.8% | - |
| XYZ | 42.07 | 34.94 | 44.57 | - |
| YUV | 163.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 174 | 0 | 0.31 | 0.15 | 0.2 | 328.57 | 0.38 | 0.68 |
| Hex | CC | 8D | AE | 0 | 1F | F | 14 | 149 | 26 | 44 |
| Octal | 314 | 215 | 256 | 0 | 37 | 17 | 24 | 511 | 46 | 104 |
| Binary | 11001100 | 10001101 | 10101110 | 0 | 11111 | 1111 | 10100 | 101001001 | 100110 | 1000100 |
Color Harmonies of #CC8DAE
Complementary color
Monochromatic Colors of #CC8DAE
Black with #CC8DAE
Text Example
Text Example
White with #CC8DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8DAE; }
p { color: rgb(204,141,174); }
H1.HeaderClassName
{
color: #CC8DAE;
}
.AnyTagClassName
{
color: #CC8DAE;
}
</style>
background-color css
<style>
a { background-color: #CC8DAE; }
a { background-color: rgb(204,141,174); }
div.DivClassName
{
background-color: #CC8DAE;
}
.BgClassName
{
background-color: #CC8DAE;
}
</style>
border-color css
<style>
span { border-color: #CC8DAE; }
span { border-color: rgb(204,141,174); }
td.TdClassName
{
border-color: #CC8DAE;
}
.TagClassName
{
border-color: #CC8DAE;
}
</style>