Shades of Lily #CC7EAE
Tints of Lily #CC7EAE
RGB
CMYK
RGB Variations
Color information
#CC7EAE (or 0xCC7EAE) is known color: Lily. HEX triplet: CC, 7E and AE. RGB value is (204,126,174). Sum of RGB (Red+Green+Blue) = 204+126+174=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7EAE is #338151. Grayscale: #9A9A9A. Windows color (decimal): -3375442 or 11435724. OLE color: 11435724.
HSL color Cylindrical-coordinate representation of color #CC7EAE: hue angle of 323.08º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7EAE is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 126 | 174 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.2 |
| HSL | 323.08º | 0.43% | 0.65% | - |
| HSV(B) | 323.08º | 0.38% | 0.8% | - |
| XYZ | 40 | 30.82 | 43.88 | - |
| YUV | 154.79 | 138.84 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 174 | 0 | 0.38 | 0.15 | 0.2 | 323.08 | 0.43 | 0.65 |
| Hex | CC | 7E | AE | 0 | 26 | F | 14 | 143 | 2B | 41 |
| Octal | 314 | 176 | 256 | 0 | 46 | 17 | 24 | 503 | 53 | 101 |
| Binary | 11001100 | 1111110 | 10101110 | 0 | 100110 | 1111 | 10100 | 101000011 | 101011 | 1000001 |
Color Harmonies of #CC7EAE
Complementary color
Monochromatic Colors of #CC7EAE
Black with #CC7EAE
Text Example
Text Example
White with #CC7EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7EAE; }
p { color: rgb(204,126,174); }
H1.HeaderClassName
{
color: #CC7EAE;
}
.AnyTagClassName
{
color: #CC7EAE;
}
</style>
background-color css
<style>
a { background-color: #CC7EAE; }
a { background-color: rgb(204,126,174); }
div.DivClassName
{
background-color: #CC7EAE;
}
.BgClassName
{
background-color: #CC7EAE;
}
</style>
border-color css
<style>
span { border-color: #CC7EAE; }
span { border-color: rgb(204,126,174); }
td.TdClassName
{
border-color: #CC7EAE;
}
.TagClassName
{
border-color: #CC7EAE;
}
</style>