Shades of Lily #D18CBC
Tints of Lily #D18CBC
RGB
CMYK
RGB Variations
Color information
#D18CBC (or 0xD18CBC) is known color: Lily. HEX triplet: D1, 8C and BC. RGB value is (209,140,188). Sum of RGB (Red+Green+Blue) = 209+140+188=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CBC is #2E7343. Grayscale: #A5A5A5. Windows color (decimal): -3044164 or 12356817. OLE color: 12356817.
HSL color Cylindrical-coordinate representation of color #D18CBC: hue angle of 318.26º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18CBC is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 188 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.18 |
| HSL | 318.26º | 0.43% | 0.68% | - |
| HSV(B) | 318.26º | 0.33% | 0.82% | - |
| XYZ | 44.75 | 35.94 | 52.16 | - |
| YUV | 166.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 188 | 0 | 0.33 | 0.10 | 0.18 | 318.26 | 0.43 | 0.68 |
| Hex | D1 | 8C | BC | 0 | 21 | A | 12 | 13E | 2B | 44 |
| Octal | 321 | 214 | 274 | 0 | 41 | 12 | 22 | 476 | 53 | 104 |
| Binary | 11010001 | 10001100 | 10111100 | 0 | 100001 | 1010 | 10010 | 100111110 | 101011 | 1000100 |
Color Harmonies of #D18CBC
Complementary color
Monochromatic Colors of #D18CBC
Black with #D18CBC
Text Example
Text Example
White with #D18CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18CBC; }
p { color: rgb(209,140,188); }
H1.HeaderClassName
{
color: #D18CBC;
}
.AnyTagClassName
{
color: #D18CBC;
}
</style>
background-color css
<style>
a { background-color: #D18CBC; }
a { background-color: rgb(209,140,188); }
div.DivClassName
{
background-color: #D18CBC;
}
.BgClassName
{
background-color: #D18CBC;
}
</style>
border-color css
<style>
span { border-color: #D18CBC; }
span { border-color: rgb(209,140,188); }
td.TdClassName
{
border-color: #D18CBC;
}
.TagClassName
{
border-color: #D18CBC;
}
</style>