Shades of Mauve #D0B1FD
Tints of Mauve #D0B1FD
RGB
CMYK
RGB Variations
Color information
#D0B1FD (or 0xD0B1FD) is known color: Mauve. HEX triplet: D0, B1 and FD. RGB value is (208,177,253). Sum of RGB (Red+Green+Blue) = 208+177+253=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 177 (69.53% from 255 or 27.74% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0B1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0B1FD is #2F4E02. Grayscale: #C2C2C2. Windows color (decimal): -3100163 or 16626128. OLE color: 16626128.
HSL color Cylindrical-coordinate representation of color #D0B1FD: hue angle of 264.47º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0B1FD is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 177 | 253 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.01 |
| HSL | 264.47º | 0.95% | 0.84% | - |
| HSV(B) | 264.47º | 0.3% | 0.99% | - |
| XYZ | 59.46 | 51.95 | 99.82 | - |
| YUV | 194.93 | 160.77 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 177 | 253 | 0.18 | 0.30 | 0 | 0.01 | 264.47 | 0.95 | 0.84 |
| Hex | D0 | B1 | FD | 12 | 1E | 0 | 1 | 108 | 5F | 54 |
| Octal | 320 | 261 | 375 | 22 | 36 | 0 | 1 | 410 | 137 | 124 |
| Binary | 11010000 | 10110001 | 11111101 | 10010 | 11110 | 0 | 1 | 100001000 | 1011111 | 1010100 |
Color Harmonies of #D0B1FD
Complementary color
Monochromatic Colors of #D0B1FD
Black with #D0B1FD
Text Example
Text Example
White with #D0B1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B1FD; }
p { color: rgb(208,177,253); }
H1.HeaderClassName
{
color: #D0B1FD;
}
.AnyTagClassName
{
color: #D0B1FD;
}
</style>
background-color css
<style>
a { background-color: #D0B1FD; }
a { background-color: rgb(208,177,253); }
div.DivClassName
{
background-color: #D0B1FD;
}
.BgClassName
{
background-color: #D0B1FD;
}
</style>
border-color css
<style>
span { border-color: #D0B1FD; }
span { border-color: rgb(208,177,253); }
td.TdClassName
{
border-color: #D0B1FD;
}
.TagClassName
{
border-color: #D0B1FD;
}
</style>