Shades of Perfume #D1B0EA
Tints of Perfume #D1B0EA
RGB
CMYK
RGB Variations
Color information
#D1B0EA (or 0xD1B0EA) is known color: Perfume. HEX triplet: D1, B0 and EA. RGB value is (209,176,234). Sum of RGB (Red+Green+Blue) = 209+176+234=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1B0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B0EA is #2E4F15. Grayscale: #C0C0C0. Windows color (decimal): -3034902 or 15380689. OLE color: 15380689.
HSL color Cylindrical-coordinate representation of color #D1B0EA: hue angle of 274.14º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1B0EA is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 176 | 234 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.08 |
| HSL | 274.14º | 0.58% | 0.8% | - |
| HSV(B) | 274.14º | 0.25% | 0.92% | - |
| XYZ | 56.67 | 50.55 | 84.61 | - |
| YUV | 192.48 | 151.43 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 234 | 0.11 | 0.25 | 0 | 0.08 | 274.14 | 0.58 | 0.8 |
| Hex | D1 | B0 | EA | B | 19 | 0 | 8 | 112 | 3A | 50 |
| Octal | 321 | 260 | 352 | 13 | 31 | 0 | 10 | 422 | 72 | 120 |
| Binary | 11010001 | 10110000 | 11101010 | 1011 | 11001 | 0 | 1000 | 100010010 | 111010 | 1010000 |
Color Harmonies of #D1B0EA
Complementary color
Monochromatic Colors of #D1B0EA
Black with #D1B0EA
Text Example
Text Example
White with #D1B0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B0EA; }
p { color: rgb(209,176,234); }
H1.HeaderClassName
{
color: #D1B0EA;
}
.AnyTagClassName
{
color: #D1B0EA;
}
</style>
background-color css
<style>
a { background-color: #D1B0EA; }
a { background-color: rgb(209,176,234); }
div.DivClassName
{
background-color: #D1B0EA;
}
.BgClassName
{
background-color: #D1B0EA;
}
</style>
border-color css
<style>
span { border-color: #D1B0EA; }
span { border-color: rgb(209,176,234); }
td.TdClassName
{
border-color: #D1B0EA;
}
.TagClassName
{
border-color: #D1B0EA;
}
</style>