Shades of Lily #D18BBC
Tints of Lily #D18BBC
RGB
CMYK
RGB Variations
Color information
#D18BBC (or 0xD18BBC) is known color: Lily. HEX triplet: D1, 8B and BC. RGB value is (209,139,188). Sum of RGB (Red+Green+Blue) = 209+139+188=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D18BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18BBC is #2E7443. Grayscale: #A5A5A5. Windows color (decimal): -3044420 or 12356561. OLE color: 12356561.
HSL color Cylindrical-coordinate representation of color #D18BBC: hue angle of 318º 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 #D18BBC is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 188 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.18 |
| HSL | 318º | 0.43% | 0.68% | - |
| HSV(B) | 318º | 0.33% | 0.82% | - |
| XYZ | 44.6 | 35.65 | 52.11 | - |
| YUV | 165.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 188 | 0 | 0.33 | 0.10 | 0.18 | 318 | 0.43 | 0.68 |
| Hex | D1 | 8B | BC | 0 | 21 | A | 12 | 13E | 2B | 44 |
| Octal | 321 | 213 | 274 | 0 | 41 | 12 | 22 | 476 | 53 | 104 |
| Binary | 11010001 | 10001011 | 10111100 | 0 | 100001 | 1010 | 10010 | 100111110 | 101011 | 1000100 |
Color Harmonies of #D18BBC
Complementary color
Monochromatic Colors of #D18BBC
Black with #D18BBC
Text Example
Text Example
White with #D18BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BBC; }
p { color: rgb(209,139,188); }
H1.HeaderClassName
{
color: #D18BBC;
}
.AnyTagClassName
{
color: #D18BBC;
}
</style>
background-color css
<style>
a { background-color: #D18BBC; }
a { background-color: rgb(209,139,188); }
div.DivClassName
{
background-color: #D18BBC;
}
.BgClassName
{
background-color: #D18BBC;
}
</style>
border-color css
<style>
span { border-color: #D18BBC; }
span { border-color: rgb(209,139,188); }
td.TdClassName
{
border-color: #D18BBC;
}
.TagClassName
{
border-color: #D18BBC;
}
</style>