Shades of Lily #CD8FB8
Tints of Lily #CD8FB8
RGB
CMYK
RGB Variations
Color information
#CD8FB8 (or 0xCD8FB8) is known color: Lily. HEX triplet: CD, 8F and B8. RGB value is (205,143,184). Sum of RGB (Red+Green+Blue) = 205+143+184=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FB8 is #327047. Grayscale: #A6A6A6. Windows color (decimal): -3305544 or 12095437. OLE color: 12095437.
HSL color Cylindrical-coordinate representation of color #CD8FB8: hue angle of 320.32º degrees, saturation: 0.38, 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 #CD8FB8 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 184 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.20 |
| HSL | 320.32º | 0.38% | 0.68% | - |
| HSV(B) | 320.32º | 0.3% | 0.8% | - |
| XYZ | 43.65 | 36.08 | 50.01 | - |
| YUV | 166.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 184 | 0 | 0.30 | 0.10 | 0.20 | 320.32 | 0.38 | 0.68 |
| Hex | CD | 8F | B8 | 0 | 1E | A | 14 | 140 | 26 | 44 |
| Octal | 315 | 217 | 270 | 0 | 36 | 12 | 24 | 500 | 46 | 104 |
| Binary | 11001101 | 10001111 | 10111000 | 0 | 11110 | 1010 | 10100 | 101000000 | 100110 | 1000100 |
Color Harmonies of #CD8FB8
Complementary color
Monochromatic Colors of #CD8FB8
Black with #CD8FB8
Text Example
Text Example
White with #CD8FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8FB8; }
p { color: rgb(205,143,184); }
H1.HeaderClassName
{
color: #CD8FB8;
}
.AnyTagClassName
{
color: #CD8FB8;
}
</style>
background-color css
<style>
a { background-color: #CD8FB8; }
a { background-color: rgb(205,143,184); }
div.DivClassName
{
background-color: #CD8FB8;
}
.BgClassName
{
background-color: #CD8FB8;
}
</style>
border-color css
<style>
span { border-color: #CD8FB8; }
span { border-color: rgb(205,143,184); }
td.TdClassName
{
border-color: #CD8FB8;
}
.TagClassName
{
border-color: #CD8FB8;
}
</style>