Shades of Lily #CC7DAE
Tints of Lily #CC7DAE
RGB
CMYK
RGB Variations
Color information
#CC7DAE (or 0xCC7DAE) is known color: Lily. HEX triplet: CC, 7D and AE. RGB value is (204,125,174). Sum of RGB (Red+Green+Blue) = 204+125+174=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7DAE is #338251. Grayscale: #9A9A9A. Windows color (decimal): -3375698 or 11435468. OLE color: 11435468.
HSL color Cylindrical-coordinate representation of color #CC7DAE: hue angle of 322.78º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7DAE is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 174 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.2 |
| HSL | 322.78º | 0.44% | 0.65% | - |
| HSV(B) | 322.78º | 0.39% | 0.8% | - |
| XYZ | 39.88 | 30.56 | 43.84 | - |
| YUV | 154.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 174 | 0 | 0.39 | 0.15 | 0.2 | 322.78 | 0.44 | 0.65 |
| Hex | CC | 7D | AE | 0 | 27 | F | 14 | 143 | 2C | 41 |
| Octal | 314 | 175 | 256 | 0 | 47 | 17 | 24 | 503 | 54 | 101 |
| Binary | 11001100 | 1111101 | 10101110 | 0 | 100111 | 1111 | 10100 | 101000011 | 101100 | 1000001 |
Color Harmonies of #CC7DAE
Complementary color
Monochromatic Colors of #CC7DAE
Black with #CC7DAE
Text Example
Text Example
White with #CC7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7DAE; }
p { color: rgb(204,125,174); }
H1.HeaderClassName
{
color: #CC7DAE;
}
.AnyTagClassName
{
color: #CC7DAE;
}
</style>
background-color css
<style>
a { background-color: #CC7DAE; }
a { background-color: rgb(204,125,174); }
div.DivClassName
{
background-color: #CC7DAE;
}
.BgClassName
{
background-color: #CC7DAE;
}
</style>
border-color css
<style>
span { border-color: #CC7DAE; }
span { border-color: rgb(204,125,174); }
td.TdClassName
{
border-color: #CC7DAE;
}
.TagClassName
{
border-color: #CC7DAE;
}
</style>