Shades of Perfume #D0B0ED
Tints of Perfume #D0B0ED
RGB
CMYK
RGB Variations
Color information
#D0B0ED (or 0xD0B0ED) is known color: Perfume. HEX triplet: D0, B0 and ED. RGB value is (208,176,237). Sum of RGB (Red+Green+Blue) = 208+176+237=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0B0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0B0ED is #2F4F12. Grayscale: #C0C0C0. Windows color (decimal): -3100435 or 15577296. OLE color: 15577296.
HSL color Cylindrical-coordinate representation of color #D0B0ED: hue angle of 271.48º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0B0ED is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 176 | 237 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.07 |
| HSL | 271.48º | 0.63% | 0.81% | - |
| HSV(B) | 271.48º | 0.26% | 0.93% | - |
| XYZ | 56.82 | 50.57 | 86.89 | - |
| YUV | 192.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 176 | 237 | 0.12 | 0.26 | 0 | 0.07 | 271.48 | 0.63 | 0.81 |
| Hex | D0 | B0 | ED | C | 1A | 0 | 7 | 10F | 3F | 51 |
| Octal | 320 | 260 | 355 | 14 | 32 | 0 | 7 | 417 | 77 | 121 |
| Binary | 11010000 | 10110000 | 11101101 | 1100 | 11010 | 0 | 111 | 100001111 | 111111 | 1010001 |
Color Harmonies of #D0B0ED
Complementary color
Monochromatic Colors of #D0B0ED
Black with #D0B0ED
Text Example
Text Example
White with #D0B0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B0ED; }
p { color: rgb(208,176,237); }
H1.HeaderClassName
{
color: #D0B0ED;
}
.AnyTagClassName
{
color: #D0B0ED;
}
</style>
background-color css
<style>
a { background-color: #D0B0ED; }
a { background-color: rgb(208,176,237); }
div.DivClassName
{
background-color: #D0B0ED;
}
.BgClassName
{
background-color: #D0B0ED;
}
</style>
border-color css
<style>
span { border-color: #D0B0ED; }
span { border-color: rgb(208,176,237); }
td.TdClassName
{
border-color: #D0B0ED;
}
.TagClassName
{
border-color: #D0B0ED;
}
</style>