Shades of Lily #D18CBA
Tints of Lily #D18CBA
RGB
CMYK
RGB Variations
Color information
#D18CBA (or 0xD18CBA) is known color: Lily. HEX triplet: D1, 8C and BA. RGB value is (209,140,186). Sum of RGB (Red+Green+Blue) = 209+140+186=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CBA is #2E7345. Grayscale: #A5A5A5. Windows color (decimal): -3044166 or 12225745. OLE color: 12225745.
HSL color Cylindrical-coordinate representation of color #D18CBA: hue angle of 320º 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 #D18CBA is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 186 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.18 |
| HSL | 320º | 0.43% | 0.68% | - |
| HSV(B) | 320º | 0.33% | 0.82% | - |
| XYZ | 44.54 | 35.86 | 51.03 | - |
| YUV | 165.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 186 | 0 | 0.33 | 0.11 | 0.18 | 320 | 0.43 | 0.68 |
| Hex | D1 | 8C | BA | 0 | 21 | B | 12 | 140 | 2B | 44 |
| Octal | 321 | 214 | 272 | 0 | 41 | 13 | 22 | 500 | 53 | 104 |
| Binary | 11010001 | 10001100 | 10111010 | 0 | 100001 | 1011 | 10010 | 101000000 | 101011 | 1000100 |
Color Harmonies of #D18CBA
Complementary color
Monochromatic Colors of #D18CBA
Black with #D18CBA
Text Example
Text Example
White with #D18CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18CBA; }
p { color: rgb(209,140,186); }
H1.HeaderClassName
{
color: #D18CBA;
}
.AnyTagClassName
{
color: #D18CBA;
}
</style>
background-color css
<style>
a { background-color: #D18CBA; }
a { background-color: rgb(209,140,186); }
div.DivClassName
{
background-color: #D18CBA;
}
.BgClassName
{
background-color: #D18CBA;
}
</style>
border-color css
<style>
span { border-color: #D18CBA; }
span { border-color: rgb(209,140,186); }
td.TdClassName
{
border-color: #D18CBA;
}
.TagClassName
{
border-color: #D18CBA;
}
</style>