Shades of Lily #D48CBA
Tints of Lily #D48CBA
RGB
CMYK
RGB Variations
Color information
#D48CBA (or 0xD48CBA) is known color: Lily. HEX triplet: D4, 8C and BA. RGB value is (212,140,186). Sum of RGB (Red+Green+Blue) = 212+140+186=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CBA is #2B7345. Grayscale: #A6A6A6. Windows color (decimal): -2847558 or 12225748. OLE color: 12225748.
HSL color Cylindrical-coordinate representation of color #D48CBA: hue angle of 321.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D48CBA is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 186 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.17 |
| HSL | 321.67º | 0.46% | 0.69% | - |
| HSV(B) | 321.67º | 0.34% | 0.83% | - |
| XYZ | 45.39 | 36.3 | 51.07 | - |
| YUV | 166.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 186 | 0 | 0.34 | 0.12 | 0.17 | 321.67 | 0.46 | 0.69 |
| Hex | D4 | 8C | BA | 0 | 22 | C | 11 | 142 | 2E | 45 |
| Octal | 324 | 214 | 272 | 0 | 42 | 14 | 21 | 502 | 56 | 105 |
| Binary | 11010100 | 10001100 | 10111010 | 0 | 100010 | 1100 | 10001 | 101000010 | 101110 | 1000101 |
Color Harmonies of #D48CBA
Complementary color
Monochromatic Colors of #D48CBA
Black with #D48CBA
Text Example
Text Example
White with #D48CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CBA; }
p { color: rgb(212,140,186); }
H1.HeaderClassName
{
color: #D48CBA;
}
.AnyTagClassName
{
color: #D48CBA;
}
</style>
background-color css
<style>
a { background-color: #D48CBA; }
a { background-color: rgb(212,140,186); }
div.DivClassName
{
background-color: #D48CBA;
}
.BgClassName
{
background-color: #D48CBA;
}
</style>
border-color css
<style>
span { border-color: #D48CBA; }
span { border-color: rgb(212,140,186); }
td.TdClassName
{
border-color: #D48CBA;
}
.TagClassName
{
border-color: #D48CBA;
}
</style>