Shades of Perfume #D0B0E6
Tints of Perfume #D0B0E6
RGB
CMYK
RGB Variations
Color information
#D0B0E6 (or 0xD0B0E6) is known color: Perfume. HEX triplet: D0, B0 and E6. RGB value is (208,176,230). Sum of RGB (Red+Green+Blue) = 208+176+230=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #D0B0E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0B0E6 is #2F4F19. Grayscale: #BFBFBF. Windows color (decimal): -3100442 or 15118544. OLE color: 15118544.
HSL color Cylindrical-coordinate representation of color #D0B0E6: hue angle of 275.56º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0B0E6 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 176 | 230 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.10 |
| HSL | 275.56º | 0.52% | 0.8% | - |
| HSV(B) | 275.56º | 0.23% | 0.9% | - |
| XYZ | 55.82 | 50.17 | 81.61 | - |
| YUV | 191.72 | 149.6 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 176 | 230 | 0.10 | 0.23 | 0 | 0.10 | 275.56 | 0.52 | 0.8 |
| Hex | D0 | B0 | E6 | A | 17 | 0 | A | 114 | 34 | 50 |
| Octal | 320 | 260 | 346 | 12 | 27 | 0 | 12 | 424 | 64 | 120 |
| Binary | 11010000 | 10110000 | 11100110 | 1010 | 10111 | 0 | 1010 | 100010100 | 110100 | 1010000 |
Color Harmonies of #D0B0E6
Complementary color
Monochromatic Colors of #D0B0E6
Black with #D0B0E6
Text Example
Text Example
White with #D0B0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B0E6; }
p { color: rgb(208,176,230); }
H1.HeaderClassName
{
color: #D0B0E6;
}
.AnyTagClassName
{
color: #D0B0E6;
}
</style>
background-color css
<style>
a { background-color: #D0B0E6; }
a { background-color: rgb(208,176,230); }
div.DivClassName
{
background-color: #D0B0E6;
}
.BgClassName
{
background-color: #D0B0E6;
}
</style>
border-color css
<style>
span { border-color: #D0B0E6; }
span { border-color: rgb(208,176,230); }
td.TdClassName
{
border-color: #D0B0E6;
}
.TagClassName
{
border-color: #D0B0E6;
}
</style>