Shades of Lily #CC8FAD
Tints of Lily #CC8FAD
RGB
CMYK
RGB Variations
Color information
#CC8FAD (or 0xCC8FAD) is known color: Lily. HEX triplet: CC, 8F and AD. RGB value is (204,143,173). Sum of RGB (Red+Green+Blue) = 204+143+173=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8FAD is #337052. Grayscale: #A4A4A4. Windows color (decimal): -3371091 or 11374540. OLE color: 11374540.
HSL color Cylindrical-coordinate representation of color #CC8FAD: hue angle of 330.49º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8FAD is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 173 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.2 |
| HSL | 330.49º | 0.37% | 0.68% | - |
| HSV(B) | 330.49º | 0.3% | 0.8% | - |
| XYZ | 42.27 | 35.5 | 44.16 | - |
| YUV | 164.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 173 | 0 | 0.30 | 0.15 | 0.2 | 330.49 | 0.37 | 0.68 |
| Hex | CC | 8F | AD | 0 | 1E | F | 14 | 14A | 25 | 44 |
| Octal | 314 | 217 | 255 | 0 | 36 | 17 | 24 | 512 | 45 | 104 |
| Binary | 11001100 | 10001111 | 10101101 | 0 | 11110 | 1111 | 10100 | 101001010 | 100101 | 1000100 |
Color Harmonies of #CC8FAD
Complementary color
Monochromatic Colors of #CC8FAD
Black with #CC8FAD
Text Example
Text Example
White with #CC8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FAD; }
p { color: rgb(204,143,173); }
H1.HeaderClassName
{
color: #CC8FAD;
}
.AnyTagClassName
{
color: #CC8FAD;
}
</style>
background-color css
<style>
a { background-color: #CC8FAD; }
a { background-color: rgb(204,143,173); }
div.DivClassName
{
background-color: #CC8FAD;
}
.BgClassName
{
background-color: #CC8FAD;
}
</style>
border-color css
<style>
span { border-color: #CC8FAD; }
span { border-color: rgb(204,143,173); }
td.TdClassName
{
border-color: #CC8FAD;
}
.TagClassName
{
border-color: #CC8FAD;
}
</style>