Shades of Lily #D099B6
Tints of Lily #D099B6
RGB
CMYK
RGB Variations
Color information
#D099B6 (or 0xD099B6) is known color: Lily. HEX triplet: D0, 99 and B6. RGB value is (208,153,182). Sum of RGB (Red+Green+Blue) = 208+153+182=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D099B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099B6 is #2F6649. Grayscale: #ACACAC. Windows color (decimal): -3106378 or 11966928. OLE color: 11966928.
HSL color Cylindrical-coordinate representation of color #D099B6: hue angle of 328.36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D099B6 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 182 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.18 |
| HSL | 328.36º | 0.37% | 0.71% | - |
| HSV(B) | 328.36º | 0.26% | 0.82% | - |
| XYZ | 45.85 | 39.57 | 49.48 | - |
| YUV | 172.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 182 | 0 | 0.26 | 0.12 | 0.18 | 328.36 | 0.37 | 0.71 |
| Hex | D0 | 99 | B6 | 0 | 1A | C | 12 | 148 | 25 | 47 |
| Octal | 320 | 231 | 266 | 0 | 32 | 14 | 22 | 510 | 45 | 107 |
| Binary | 11010000 | 10011001 | 10110110 | 0 | 11010 | 1100 | 10010 | 101001000 | 100101 | 1000111 |
Color Harmonies of #D099B6
Complementary color
Monochromatic Colors of #D099B6
Black with #D099B6
Text Example
Text Example
White with #D099B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099B6; }
p { color: rgb(208,153,182); }
H1.HeaderClassName
{
color: #D099B6;
}
.AnyTagClassName
{
color: #D099B6;
}
</style>
background-color css
<style>
a { background-color: #D099B6; }
a { background-color: rgb(208,153,182); }
div.DivClassName
{
background-color: #D099B6;
}
.BgClassName
{
background-color: #D099B6;
}
</style>
border-color css
<style>
span { border-color: #D099B6; }
span { border-color: rgb(208,153,182); }
td.TdClassName
{
border-color: #D099B6;
}
.TagClassName
{
border-color: #D099B6;
}
</style>