Shades of Lily #CC90B3
Tints of Lily #CC90B3
RGB
CMYK
RGB Variations
Color information
#CC90B3 (or 0xCC90B3) is known color: Lily. HEX triplet: CC, 90 and B3. RGB value is (204,144,179). Sum of RGB (Red+Green+Blue) = 204+144+179=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90B3 is #336F4C. Grayscale: #A5A5A5. Windows color (decimal): -3370829 or 11768012. OLE color: 11768012.
HSL color Cylindrical-coordinate representation of color #CC90B3: hue angle of 325º 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 #CC90B3 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 179 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.2 |
| HSL | 325º | 0.37% | 0.68% | - |
| HSV(B) | 325º | 0.29% | 0.8% | - |
| XYZ | 43.01 | 36.04 | 47.34 | - |
| YUV | 165.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 179 | 0 | 0.29 | 0.12 | 0.2 | 325 | 0.37 | 0.68 |
| Hex | CC | 90 | B3 | 0 | 1D | C | 14 | 145 | 25 | 44 |
| Octal | 314 | 220 | 263 | 0 | 35 | 14 | 24 | 505 | 45 | 104 |
| Binary | 11001100 | 10010000 | 10110011 | 0 | 11101 | 1100 | 10100 | 101000101 | 100101 | 1000100 |
Color Harmonies of #CC90B3
Complementary color
Monochromatic Colors of #CC90B3
Black with #CC90B3
Text Example
Text Example
White with #CC90B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90B3; }
p { color: rgb(204,144,179); }
H1.HeaderClassName
{
color: #CC90B3;
}
.AnyTagClassName
{
color: #CC90B3;
}
</style>
background-color css
<style>
a { background-color: #CC90B3; }
a { background-color: rgb(204,144,179); }
div.DivClassName
{
background-color: #CC90B3;
}
.BgClassName
{
background-color: #CC90B3;
}
</style>
border-color css
<style>
span { border-color: #CC90B3; }
span { border-color: rgb(204,144,179); }
td.TdClassName
{
border-color: #CC90B3;
}
.TagClassName
{
border-color: #CC90B3;
}
</style>