Shades of Lily #D28CBB
Tints of Lily #D28CBB
RGB
CMYK
RGB Variations
Color information
#D28CBB (or 0xD28CBB) is known color: Lily. HEX triplet: D2, 8C and BB. RGB value is (210,140,187). Sum of RGB (Red+Green+Blue) = 210+140+187=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CBB is #2D7344. Grayscale: #A6A6A6. Windows color (decimal): -2978629 or 12291282. OLE color: 12291282.
HSL color Cylindrical-coordinate representation of color #D28CBB: hue angle of 319.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28CBB is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 187 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.18 |
| HSL | 319.71º | 0.44% | 0.69% | - |
| HSV(B) | 319.71º | 0.33% | 0.82% | - |
| XYZ | 44.93 | 36.05 | 51.6 | - |
| YUV | 166.29 | 139.69 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 187 | 0 | 0.33 | 0.11 | 0.18 | 319.71 | 0.44 | 0.69 |
| Hex | D2 | 8C | BB | 0 | 21 | B | 12 | 140 | 2C | 45 |
| Octal | 322 | 214 | 273 | 0 | 41 | 13 | 22 | 500 | 54 | 105 |
| Binary | 11010010 | 10001100 | 10111011 | 0 | 100001 | 1011 | 10010 | 101000000 | 101100 | 1000101 |
Color Harmonies of #D28CBB
Complementary color
Monochromatic Colors of #D28CBB
Black with #D28CBB
Text Example
Text Example
White with #D28CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28CBB; }
p { color: rgb(210,140,187); }
H1.HeaderClassName
{
color: #D28CBB;
}
.AnyTagClassName
{
color: #D28CBB;
}
</style>
background-color css
<style>
a { background-color: #D28CBB; }
a { background-color: rgb(210,140,187); }
div.DivClassName
{
background-color: #D28CBB;
}
.BgClassName
{
background-color: #D28CBB;
}
</style>
border-color css
<style>
span { border-color: #D28CBB; }
span { border-color: rgb(210,140,187); }
td.TdClassName
{
border-color: #D28CBB;
}
.TagClassName
{
border-color: #D28CBB;
}
</style>