Shades of Lily #CD8EBF
Tints of Lily #CD8EBF
RGB
CMYK
RGB Variations
Color information
#CD8EBF (or 0xCD8EBF) is known color: Lily. HEX triplet: CD, 8E and BF. RGB value is (205,142,191). Sum of RGB (Red+Green+Blue) = 205+142+191=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8EBF is #327140. Grayscale: #A6A6A6. Windows color (decimal): -3305793 or 12553933. OLE color: 12553933.
HSL color Cylindrical-coordinate representation of color #CD8EBF: hue angle of 313.33º 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 #CD8EBF is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 142 | 191 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.20 |
| HSL | 313.33º | 0.39% | 0.68% | - |
| HSV(B) | 313.33º | 0.31% | 0.8% | - |
| XYZ | 44.25 | 36.09 | 53.92 | - |
| YUV | 166.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 142 | 191 | 0 | 0.31 | 0.07 | 0.20 | 313.33 | 0.39 | 0.68 |
| Hex | CD | 8E | BF | 0 | 1F | 7 | 14 | 139 | 27 | 44 |
| Octal | 315 | 216 | 277 | 0 | 37 | 7 | 24 | 471 | 47 | 104 |
| Binary | 11001101 | 10001110 | 10111111 | 0 | 11111 | 111 | 10100 | 100111001 | 100111 | 1000100 |
Color Harmonies of #CD8EBF
Complementary color
Monochromatic Colors of #CD8EBF
Black with #CD8EBF
Text Example
Text Example
White with #CD8EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8EBF; }
p { color: rgb(205,142,191); }
H1.HeaderClassName
{
color: #CD8EBF;
}
.AnyTagClassName
{
color: #CD8EBF;
}
</style>
background-color css
<style>
a { background-color: #CD8EBF; }
a { background-color: rgb(205,142,191); }
div.DivClassName
{
background-color: #CD8EBF;
}
.BgClassName
{
background-color: #CD8EBF;
}
</style>
border-color css
<style>
span { border-color: #CD8EBF; }
span { border-color: rgb(205,142,191); }
td.TdClassName
{
border-color: #CD8EBF;
}
.TagClassName
{
border-color: #CD8EBF;
}
</style>