Shades of Lily #CC90B8
Tints of Lily #CC90B8
RGB
CMYK
RGB Variations
Color information
#CC90B8 (or 0xCC90B8) is known color: Lily. HEX triplet: CC, 90 and B8. RGB value is (204,144,184). Sum of RGB (Red+Green+Blue) = 204+144+184=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90B8 is #336F47. Grayscale: #A6A6A6. Windows color (decimal): -3370824 or 12095692. OLE color: 12095692.
HSL color Cylindrical-coordinate representation of color #CC90B8: hue angle of 320º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC90B8 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 184 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.2 |
| HSL | 320º | 0.37% | 0.68% | - |
| HSV(B) | 320º | 0.29% | 0.8% | - |
| XYZ | 43.53 | 36.24 | 50.05 | - |
| YUV | 166.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 184 | 0 | 0.29 | 0.10 | 0.2 | 320 | 0.37 | 0.68 |
| Hex | CC | 90 | B8 | 0 | 1D | A | 14 | 140 | 25 | 44 |
| Octal | 314 | 220 | 270 | 0 | 35 | 12 | 24 | 500 | 45 | 104 |
| Binary | 11001100 | 10010000 | 10111000 | 0 | 11101 | 1010 | 10100 | 101000000 | 100101 | 1000100 |
Color Harmonies of #CC90B8
Complementary color
Monochromatic Colors of #CC90B8
Black with #CC90B8
Text Example
Text Example
White with #CC90B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90B8; }
p { color: rgb(204,144,184); }
H1.HeaderClassName
{
color: #CC90B8;
}
.AnyTagClassName
{
color: #CC90B8;
}
</style>
background-color css
<style>
a { background-color: #CC90B8; }
a { background-color: rgb(204,144,184); }
div.DivClassName
{
background-color: #CC90B8;
}
.BgClassName
{
background-color: #CC90B8;
}
</style>
border-color css
<style>
span { border-color: #CC90B8; }
span { border-color: rgb(204,144,184); }
td.TdClassName
{
border-color: #CC90B8;
}
.TagClassName
{
border-color: #CC90B8;
}
</style>