Shades of Lily #D08AB8
Tints of Lily #D08AB8
RGB
CMYK
RGB Variations
Color information
#D08AB8 (or 0xD08AB8) is known color: Lily. HEX triplet: D0, 8A and B8. RGB value is (208,138,184). Sum of RGB (Red+Green+Blue) = 208+138+184=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D08AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08AB8 is #2F7547. Grayscale: #A4A4A4. Windows color (decimal): -3110216 or 12094160. OLE color: 12094160.
HSL color Cylindrical-coordinate representation of color #D08AB8: hue angle of 320.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08AB8 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 184 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.18 |
| HSL | 320.57º | 0.43% | 0.68% | - |
| HSV(B) | 320.57º | 0.34% | 0.82% | - |
| XYZ | 43.75 | 35.05 | 49.81 | - |
| YUV | 164.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 184 | 0 | 0.34 | 0.12 | 0.18 | 320.57 | 0.43 | 0.68 |
| Hex | D0 | 8A | B8 | 0 | 22 | C | 12 | 141 | 2B | 44 |
| Octal | 320 | 212 | 270 | 0 | 42 | 14 | 22 | 501 | 53 | 104 |
| Binary | 11010000 | 10001010 | 10111000 | 0 | 100010 | 1100 | 10010 | 101000001 | 101011 | 1000100 |
Color Harmonies of #D08AB8
Complementary color
Monochromatic Colors of #D08AB8
Black with #D08AB8
Text Example
Text Example
White with #D08AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08AB8; }
p { color: rgb(208,138,184); }
H1.HeaderClassName
{
color: #D08AB8;
}
.AnyTagClassName
{
color: #D08AB8;
}
</style>
background-color css
<style>
a { background-color: #D08AB8; }
a { background-color: rgb(208,138,184); }
div.DivClassName
{
background-color: #D08AB8;
}
.BgClassName
{
background-color: #D08AB8;
}
</style>
border-color css
<style>
span { border-color: #D08AB8; }
span { border-color: rgb(208,138,184); }
td.TdClassName
{
border-color: #D08AB8;
}
.TagClassName
{
border-color: #D08AB8;
}
</style>