Shades of Perfume #D1B0E9
Tints of Perfume #D1B0E9
RGB
CMYK
RGB Variations
Color information
#D1B0E9 (or 0xD1B0E9) is known color: Perfume. HEX triplet: D1, B0 and E9. RGB value is (209,176,233). Sum of RGB (Red+Green+Blue) = 209+176+233=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1B0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B0E9 is #2E4F16. Grayscale: #C0C0C0. Windows color (decimal): -3034903 or 15315153. OLE color: 15315153.
HSL color Cylindrical-coordinate representation of color #D1B0E9: hue angle of 274.74º degrees, saturation: 0.56, 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 #D1B0E9 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 176 | 233 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.09 |
| HSL | 274.74º | 0.56% | 0.8% | - |
| HSV(B) | 274.74º | 0.24% | 0.91% | - |
| XYZ | 56.53 | 50.49 | 83.86 | - |
| YUV | 192.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 233 | 0.10 | 0.24 | 0 | 0.09 | 274.74 | 0.56 | 0.8 |
| Hex | D1 | B0 | E9 | A | 18 | 0 | 9 | 113 | 38 | 50 |
| Octal | 321 | 260 | 351 | 12 | 30 | 0 | 11 | 423 | 70 | 120 |
| Binary | 11010001 | 10110000 | 11101001 | 1010 | 11000 | 0 | 1001 | 100010011 | 111000 | 1010000 |
Color Harmonies of #D1B0E9
Complementary color
Monochromatic Colors of #D1B0E9
Black with #D1B0E9
Text Example
Text Example
White with #D1B0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B0E9; }
p { color: rgb(209,176,233); }
H1.HeaderClassName
{
color: #D1B0E9;
}
.AnyTagClassName
{
color: #D1B0E9;
}
</style>
background-color css
<style>
a { background-color: #D1B0E9; }
a { background-color: rgb(209,176,233); }
div.DivClassName
{
background-color: #D1B0E9;
}
.BgClassName
{
background-color: #D1B0E9;
}
</style>
border-color css
<style>
span { border-color: #D1B0E9; }
span { border-color: rgb(209,176,233); }
td.TdClassName
{
border-color: #D1B0E9;
}
.TagClassName
{
border-color: #D1B0E9;
}
</style>