Shades of Lily #CD8EBB
Tints of Lily #CD8EBB
RGB
CMYK
RGB Variations
Color information
#CD8EBB (or 0xCD8EBB) is known color: Lily. HEX triplet: CD, 8E and BB. RGB value is (205,142,187). Sum of RGB (Red+Green+Blue) = 205+142+187=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8EBB is #327144. Grayscale: #A5A5A5. Windows color (decimal): -3305797 or 12291789. OLE color: 12291789.
HSL color Cylindrical-coordinate representation of color #CD8EBB: hue angle of 317.14º degrees, saturation: 0.39, 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 #CD8EBB is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 142 | 187 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.20 |
| HSL | 317.14º | 0.39% | 0.68% | - |
| HSV(B) | 317.14º | 0.31% | 0.8% | - |
| XYZ | 43.82 | 35.91 | 51.64 | - |
| YUV | 165.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 142 | 187 | 0 | 0.31 | 0.09 | 0.20 | 317.14 | 0.39 | 0.68 |
| Hex | CD | 8E | BB | 0 | 1F | 9 | 14 | 13D | 27 | 44 |
| Octal | 315 | 216 | 273 | 0 | 37 | 11 | 24 | 475 | 47 | 104 |
| Binary | 11001101 | 10001110 | 10111011 | 0 | 11111 | 1001 | 10100 | 100111101 | 100111 | 1000100 |
Color Harmonies of #CD8EBB
Complementary color
Monochromatic Colors of #CD8EBB
Black with #CD8EBB
Text Example
Text Example
White with #CD8EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8EBB; }
p { color: rgb(205,142,187); }
H1.HeaderClassName
{
color: #CD8EBB;
}
.AnyTagClassName
{
color: #CD8EBB;
}
</style>
background-color css
<style>
a { background-color: #CD8EBB; }
a { background-color: rgb(205,142,187); }
div.DivClassName
{
background-color: #CD8EBB;
}
.BgClassName
{
background-color: #CD8EBB;
}
</style>
border-color css
<style>
span { border-color: #CD8EBB; }
span { border-color: rgb(205,142,187); }
td.TdClassName
{
border-color: #CD8EBB;
}
.TagClassName
{
border-color: #CD8EBB;
}
</style>