Shades of Lily #CC8DB3
Tints of Lily #CC8DB3
RGB
CMYK
RGB Variations
Color information
#CC8DB3 (or 0xCC8DB3) is known color: Lily. HEX triplet: CC, 8D and B3. RGB value is (204,141,179). Sum of RGB (Red+Green+Blue) = 204+141+179=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DB3 is #33724C. Grayscale: #A4A4A4. Windows color (decimal): -3371597 or 11767244. OLE color: 11767244.
HSL color Cylindrical-coordinate representation of color #CC8DB3: hue angle of 323.81º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8DB3 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 179 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.2 |
| HSL | 323.81º | 0.38% | 0.68% | - |
| HSV(B) | 323.81º | 0.31% | 0.8% | - |
| XYZ | 42.56 | 35.14 | 47.19 | - |
| YUV | 164.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 179 | 0 | 0.31 | 0.12 | 0.2 | 323.81 | 0.38 | 0.68 |
| Hex | CC | 8D | B3 | 0 | 1F | C | 14 | 144 | 26 | 44 |
| Octal | 314 | 215 | 263 | 0 | 37 | 14 | 24 | 504 | 46 | 104 |
| Binary | 11001100 | 10001101 | 10110011 | 0 | 11111 | 1100 | 10100 | 101000100 | 100110 | 1000100 |
Color Harmonies of #CC8DB3
Complementary color
Monochromatic Colors of #CC8DB3
Black with #CC8DB3
Text Example
Text Example
White with #CC8DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8DB3; }
p { color: rgb(204,141,179); }
H1.HeaderClassName
{
color: #CC8DB3;
}
.AnyTagClassName
{
color: #CC8DB3;
}
</style>
background-color css
<style>
a { background-color: #CC8DB3; }
a { background-color: rgb(204,141,179); }
div.DivClassName
{
background-color: #CC8DB3;
}
.BgClassName
{
background-color: #CC8DB3;
}
</style>
border-color css
<style>
span { border-color: #CC8DB3; }
span { border-color: rgb(204,141,179); }
td.TdClassName
{
border-color: #CC8DB3;
}
.TagClassName
{
border-color: #CC8DB3;
}
</style>