Shades of Perfume #D0B0E8
Tints of Perfume #D0B0E8
RGB
CMYK
RGB Variations
Color information
#D0B0E8 (or 0xD0B0E8) is known color: Perfume. HEX triplet: D0, B0 and E8. RGB value is (208,176,232). Sum of RGB (Red+Green+Blue) = 208+176+232=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0B0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0B0E8 is #2F4F17. Grayscale: #BFBFBF. Windows color (decimal): -3100440 or 15249616. OLE color: 15249616.
HSL color Cylindrical-coordinate representation of color #D0B0E8: hue angle of 274.29º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0B0E8 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 176 | 232 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.09 |
| HSL | 274.29º | 0.55% | 0.8% | - |
| HSV(B) | 274.29º | 0.24% | 0.91% | - |
| XYZ | 56.1 | 50.29 | 83.09 | - |
| YUV | 191.95 | 150.6 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 176 | 232 | 0.10 | 0.24 | 0 | 0.09 | 274.29 | 0.55 | 0.8 |
| Hex | D0 | B0 | E8 | A | 18 | 0 | 9 | 112 | 37 | 50 |
| Octal | 320 | 260 | 350 | 12 | 30 | 0 | 11 | 422 | 67 | 120 |
| Binary | 11010000 | 10110000 | 11101000 | 1010 | 11000 | 0 | 1001 | 100010010 | 110111 | 1010000 |
Color Harmonies of #D0B0E8
Complementary color
Monochromatic Colors of #D0B0E8
Black with #D0B0E8
Text Example
Text Example
White with #D0B0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B0E8; }
p { color: rgb(208,176,232); }
H1.HeaderClassName
{
color: #D0B0E8;
}
.AnyTagClassName
{
color: #D0B0E8;
}
</style>
background-color css
<style>
a { background-color: #D0B0E8; }
a { background-color: rgb(208,176,232); }
div.DivClassName
{
background-color: #D0B0E8;
}
.BgClassName
{
background-color: #D0B0E8;
}
</style>
border-color css
<style>
span { border-color: #D0B0E8; }
span { border-color: rgb(208,176,232); }
td.TdClassName
{
border-color: #D0B0E8;
}
.TagClassName
{
border-color: #D0B0E8;
}
</style>