Shades of Mauve #D0B5FE
Tints of Mauve #D0B5FE
RGB
CMYK
RGB Variations
Color information
#D0B5FE (or 0xD0B5FE) is known color: Mauve. HEX triplet: D0, B5 and FE. RGB value is (208,181,254). Sum of RGB (Red+Green+Blue) = 208+181+254=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B5FE is #2F4A01. Grayscale: #C5C5C5. Windows color (decimal): -3099138 or 16692688. OLE color: 16692688.
HSL color Cylindrical-coordinate representation of color #D0B5FE: hue angle of 262.19º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0B5FE is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 181 | 254 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.00 |
| HSL | 262.19º | 0.97% | 0.85% | - |
| HSV(B) | 262.19º | 0.29% | 1% | - |
| XYZ | 60.43 | 53.61 | 100.93 | - |
| YUV | 197.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 254 | 0.18 | 0.29 | 0 | 0.00 | 262.19 | 0.97 | 0.85 |
| Hex | D0 | B5 | FE | 12 | 1D | 0 | 0 | 106 | 61 | 55 |
| Octal | 320 | 265 | 376 | 22 | 35 | 0 | 0 | 406 | 141 | 125 |
| Binary | 11010000 | 10110101 | 11111110 | 10010 | 11101 | 0 | 0 | 100000110 | 1100001 | 1010101 |
Color Harmonies of #D0B5FE
Complementary color
Monochromatic Colors of #D0B5FE
Black with #D0B5FE
Text Example
Text Example
White with #D0B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B5FE; }
p { color: rgb(208,181,254); }
H1.HeaderClassName
{
color: #D0B5FE;
}
.AnyTagClassName
{
color: #D0B5FE;
}
</style>
background-color css
<style>
a { background-color: #D0B5FE; }
a { background-color: rgb(208,181,254); }
div.DivClassName
{
background-color: #D0B5FE;
}
.BgClassName
{
background-color: #D0B5FE;
}
</style>
border-color css
<style>
span { border-color: #D0B5FE; }
span { border-color: rgb(208,181,254); }
td.TdClassName
{
border-color: #D0B5FE;
}
.TagClassName
{
border-color: #D0B5FE;
}
</style>