Shades of Mauve #D4B0F3
Tints of Mauve #D4B0F3
RGB
CMYK
RGB Variations
Color information
#D4B0F3 (or 0xD4B0F3) is known color: Mauve. HEX triplet: D4, B0 and F3. RGB value is (212,176,243). Sum of RGB (Red+Green+Blue) = 212+176+243=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4B0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B0F3 is #2B4F0C. Grayscale: #C2C2C2. Windows color (decimal): -2838285 or 15970516. OLE color: 15970516.
HSL color Cylindrical-coordinate representation of color #D4B0F3: hue angle of 272.24º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4B0F3 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 176 | 243 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.05 |
| HSL | 272.24º | 0.74% | 0.82% | - |
| HSV(B) | 272.24º | 0.28% | 0.95% | - |
| XYZ | 58.85 | 51.52 | 91.64 | - |
| YUV | 194.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 243 | 0.13 | 0.28 | 0 | 0.05 | 272.24 | 0.74 | 0.82 |
| Hex | D4 | B0 | F3 | D | 1C | 0 | 5 | 110 | 4A | 52 |
| Octal | 324 | 260 | 363 | 15 | 34 | 0 | 5 | 420 | 112 | 122 |
| Binary | 11010100 | 10110000 | 11110011 | 1101 | 11100 | 0 | 101 | 100010000 | 1001010 | 1010010 |
Color Harmonies of #D4B0F3
Complementary color
Monochromatic Colors of #D4B0F3
Black with #D4B0F3
Text Example
Text Example
White with #D4B0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B0F3; }
p { color: rgb(212,176,243); }
H1.HeaderClassName
{
color: #D4B0F3;
}
.AnyTagClassName
{
color: #D4B0F3;
}
</style>
background-color css
<style>
a { background-color: #D4B0F3; }
a { background-color: rgb(212,176,243); }
div.DivClassName
{
background-color: #D4B0F3;
}
.BgClassName
{
background-color: #D4B0F3;
}
</style>
border-color css
<style>
span { border-color: #D4B0F3; }
span { border-color: rgb(212,176,243); }
td.TdClassName
{
border-color: #D4B0F3;
}
.TagClassName
{
border-color: #D4B0F3;
}
</style>