Shades of Lily #D29BBE
Tints of Lily #D29BBE
RGB
CMYK
RGB Variations
Color information
#D29BBE (or 0xD29BBE) is known color: Lily. HEX triplet: D2, 9B and BE. RGB value is (210,155,190). Sum of RGB (Red+Green+Blue) = 210+155+190=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BBE is #2D6441. Grayscale: #AFAFAF. Windows color (decimal): -2974786 or 12491730. OLE color: 12491730.
HSL color Cylindrical-coordinate representation of color #D29BBE: hue angle of 321.82º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D29BBE is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 190 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.18 |
| HSL | 321.82º | 0.38% | 0.72% | - |
| HSV(B) | 321.82º | 0.26% | 0.82% | - |
| XYZ | 47.59 | 40.86 | 54.09 | - |
| YUV | 175.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 190 | 0 | 0.26 | 0.10 | 0.18 | 321.82 | 0.38 | 0.72 |
| Hex | D2 | 9B | BE | 0 | 1A | A | 12 | 142 | 26 | 48 |
| Octal | 322 | 233 | 276 | 0 | 32 | 12 | 22 | 502 | 46 | 110 |
| Binary | 11010010 | 10011011 | 10111110 | 0 | 11010 | 1010 | 10010 | 101000010 | 100110 | 1001000 |
Color Harmonies of #D29BBE
Complementary color
Monochromatic Colors of #D29BBE
Black with #D29BBE
Text Example
Text Example
White with #D29BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BBE; }
p { color: rgb(210,155,190); }
H1.HeaderClassName
{
color: #D29BBE;
}
.AnyTagClassName
{
color: #D29BBE;
}
</style>
background-color css
<style>
a { background-color: #D29BBE; }
a { background-color: rgb(210,155,190); }
div.DivClassName
{
background-color: #D29BBE;
}
.BgClassName
{
background-color: #D29BBE;
}
</style>
border-color css
<style>
span { border-color: #D29BBE; }
span { border-color: rgb(210,155,190); }
td.TdClassName
{
border-color: #D29BBE;
}
.TagClassName
{
border-color: #D29BBE;
}
</style>