Shades of Mauve #D4B5F3
Tints of Mauve #D4B5F3
RGB
CMYK
RGB Variations
Color information
#D4B5F3 (or 0xD4B5F3) is known color: Mauve. HEX triplet: D4, B5 and F3. RGB value is (212,181,243). Sum of RGB (Red+Green+Blue) = 212+181+243=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4B5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B5F3 is #2B4A0C. Grayscale: #C5C5C5. Windows color (decimal): -2837005 or 15971796. OLE color: 15971796.
HSL color Cylindrical-coordinate representation of color #D4B5F3: hue angle of 270º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4B5F3 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 181 | 243 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.05 |
| HSL | 270º | 0.72% | 0.83% | - |
| HSV(B) | 270º | 0.26% | 0.95% | - |
| XYZ | 59.85 | 53.52 | 91.97 | - |
| YUV | 197.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 181 | 243 | 0.13 | 0.26 | 0 | 0.05 | 270 | 0.72 | 0.83 |
| Hex | D4 | B5 | F3 | D | 1A | 0 | 5 | 10E | 48 | 53 |
| Octal | 324 | 265 | 363 | 15 | 32 | 0 | 5 | 416 | 110 | 123 |
| Binary | 11010100 | 10110101 | 11110011 | 1101 | 11010 | 0 | 101 | 100001110 | 1001000 | 1010011 |
Color Harmonies of #D4B5F3
Complementary color
Monochromatic Colors of #D4B5F3
Black with #D4B5F3
Text Example
Text Example
White with #D4B5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B5F3; }
p { color: rgb(212,181,243); }
H1.HeaderClassName
{
color: #D4B5F3;
}
.AnyTagClassName
{
color: #D4B5F3;
}
</style>
background-color css
<style>
a { background-color: #D4B5F3; }
a { background-color: rgb(212,181,243); }
div.DivClassName
{
background-color: #D4B5F3;
}
.BgClassName
{
background-color: #D4B5F3;
}
</style>
border-color css
<style>
span { border-color: #D4B5F3; }
span { border-color: rgb(212,181,243); }
td.TdClassName
{
border-color: #D4B5F3;
}
.TagClassName
{
border-color: #D4B5F3;
}
</style>