Shades of Mauve #D1B0ED
Tints of Mauve #D1B0ED
RGB
CMYK
RGB Variations
Color information
#D1B0ED (or 0xD1B0ED) is known color: Mauve. HEX triplet: D1, B0 and ED. RGB value is (209,176,237). Sum of RGB (Red+Green+Blue) = 209+176+237=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1B0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B0ED is #2E4F12. Grayscale: #C0C0C0. Windows color (decimal): -3034899 or 15577297. OLE color: 15577297.
HSL color Cylindrical-coordinate representation of color #D1B0ED: hue angle of 272.46º 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 #D1B0ED is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 176 | 237 | - |
CMYK | 0.12 | 0.26 | 0 | 0.07 |
HSL | 272.46º | 0.63% | 0.81% | - |
HSV(B) | 272.46º | 0.26% | 0.93% | - |
XYZ | 57.11 | 50.72 | 86.9 | - |
YUV | 192.82 | 152.93 | 139.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 176 | 237 | 0.12 | 0.26 | 0 | 0.07 | 272.46 | 0.63 | 0.81 |
Hex | D1 | B0 | ED | C | 1A | 0 | 7 | 110 | 3F | 51 |
Octal | 321 | 260 | 355 | 14 | 32 | 0 | 7 | 420 | 77 | 121 |
Binary | 11010001 | 10110000 | 11101101 | 1100 | 11010 | 0 | 111 | 100010000 | 111111 | 1010001 |
Color Harmonies of #D1B0ED
Complementary color
Monochromatic Colors of #D1B0ED
Black with #D1B0ED
Text Example
Text Example
White with #D1B0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B0ED; }
p { color: rgb(209,176,237); }
H1.HeaderClassName
{
color: #D1B0ED;
}
.AnyTagClassName
{
color: #D1B0ED;
}
</style>
background-color css
<style>
a { background-color: #D1B0ED; }
a { background-color: rgb(209,176,237); }
div.DivClassName
{
background-color: #D1B0ED;
}
.BgClassName
{
background-color: #D1B0ED;
}
</style>
border-color css
<style>
span { border-color: #D1B0ED; }
span { border-color: rgb(209,176,237); }
td.TdClassName
{
border-color: #D1B0ED;
}
.TagClassName
{
border-color: #D1B0ED;
}
</style>