Shades of Perfume #D0B3E8
Tints of Perfume #D0B3E8
RGB
CMYK
RGB Variations
Color information
#D0B3E8 (or 0xD0B3E8) is known color: Perfume. HEX triplet: D0, B3 and E8. RGB value is (208,179,232). Sum of RGB (Red+Green+Blue) = 208+179+232=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0B3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B3E8 is #2F4C17. Grayscale: #C1C1C1. Windows color (decimal): -3099672 or 15250384. OLE color: 15250384.
HSL color Cylindrical-coordinate representation of color #D0B3E8: hue angle of 272.83º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0B3E8 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 179 | 232 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.09 |
| HSL | 272.83º | 0.54% | 0.81% | - |
| HSV(B) | 272.83º | 0.23% | 0.91% | - |
| XYZ | 56.7 | 51.48 | 83.29 | - |
| YUV | 193.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 232 | 0.10 | 0.23 | 0 | 0.09 | 272.83 | 0.54 | 0.81 |
| Hex | D0 | B3 | E8 | A | 17 | 0 | 9 | 111 | 36 | 51 |
| Octal | 320 | 263 | 350 | 12 | 27 | 0 | 11 | 421 | 66 | 121 |
| Binary | 11010000 | 10110011 | 11101000 | 1010 | 10111 | 0 | 1001 | 100010001 | 110110 | 1010001 |
Color Harmonies of #D0B3E8
Complementary color
Monochromatic Colors of #D0B3E8
Black with #D0B3E8
Text Example
Text Example
White with #D0B3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B3E8; }
p { color: rgb(208,179,232); }
H1.HeaderClassName
{
color: #D0B3E8;
}
.AnyTagClassName
{
color: #D0B3E8;
}
</style>
background-color css
<style>
a { background-color: #D0B3E8; }
a { background-color: rgb(208,179,232); }
div.DivClassName
{
background-color: #D0B3E8;
}
.BgClassName
{
background-color: #D0B3E8;
}
</style>
border-color css
<style>
span { border-color: #D0B3E8; }
span { border-color: rgb(208,179,232); }
td.TdClassName
{
border-color: #D0B3E8;
}
.TagClassName
{
border-color: #D0B3E8;
}
</style>