Shades of Lily #CD9EBB
Tints of Lily #CD9EBB
RGB
CMYK
RGB Variations
Color information
#CD9EBB (or 0xCD9EBB) is known color: Lily. HEX triplet: CD, 9E and BB. RGB value is (205,158,187). Sum of RGB (Red+Green+Blue) = 205+158+187=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9EBB is #326144. Grayscale: #AFAFAF. Windows color (decimal): -3301701 or 12295885. OLE color: 12295885.
HSL color Cylindrical-coordinate representation of color #CD9EBB: hue angle of 322.98º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CD9EBB is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 158 | 187 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.20 |
| HSL | 322.98º | 0.32% | 0.71% | - |
| HSV(B) | 322.98º | 0.23% | 0.8% | - |
| XYZ | 46.37 | 41.02 | 52.49 | - |
| YUV | 175.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 158 | 187 | 0 | 0.23 | 0.09 | 0.20 | 322.98 | 0.32 | 0.71 |
| Hex | CD | 9E | BB | 0 | 17 | 9 | 14 | 143 | 20 | 47 |
| Octal | 315 | 236 | 273 | 0 | 27 | 11 | 24 | 503 | 40 | 107 |
| Binary | 11001101 | 10011110 | 10111011 | 0 | 10111 | 1001 | 10100 | 101000011 | 100000 | 1000111 |
Color Harmonies of #CD9EBB
Complementary color
Monochromatic Colors of #CD9EBB
Black with #CD9EBB
Text Example
Text Example
White with #CD9EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9EBB; }
p { color: rgb(205,158,187); }
H1.HeaderClassName
{
color: #CD9EBB;
}
.AnyTagClassName
{
color: #CD9EBB;
}
</style>
background-color css
<style>
a { background-color: #CD9EBB; }
a { background-color: rgb(205,158,187); }
div.DivClassName
{
background-color: #CD9EBB;
}
.BgClassName
{
background-color: #CD9EBB;
}
</style>
border-color css
<style>
span { border-color: #CD9EBB; }
span { border-color: rgb(205,158,187); }
td.TdClassName
{
border-color: #CD9EBB;
}
.TagClassName
{
border-color: #CD9EBB;
}
</style>