Shades of Mauve #D4B2F0
Tints of Mauve #D4B2F0
RGB
CMYK
RGB Variations
Color information
#D4B2F0 (or 0xD4B2F0) is known color: Mauve. HEX triplet: D4, B2 and F0. RGB value is (212,178,240). Sum of RGB (Red+Green+Blue) = 212+178+240=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 178 (69.92% from 255 or 28.25% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4B2F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B2F0 is #2B4D0F. Grayscale: #C3C3C3. Windows color (decimal): -2837776 or 15774420. OLE color: 15774420.
HSL color Cylindrical-coordinate representation of color #D4B2F0: hue angle of 272.9º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4B2F0 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 178 | 240 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.06 |
| HSL | 272.9º | 0.67% | 0.82% | - |
| HSV(B) | 272.9º | 0.26% | 0.94% | - |
| XYZ | 58.8 | 52.13 | 89.4 | - |
| YUV | 195.23 | 153.26 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 240 | 0.12 | 0.26 | 0 | 0.06 | 272.9 | 0.67 | 0.82 |
| Hex | D4 | B2 | F0 | C | 1A | 0 | 6 | 111 | 43 | 52 |
| Octal | 324 | 262 | 360 | 14 | 32 | 0 | 6 | 421 | 103 | 122 |
| Binary | 11010100 | 10110010 | 11110000 | 1100 | 11010 | 0 | 110 | 100010001 | 1000011 | 1010010 |
Color Harmonies of #D4B2F0
Complementary color
Monochromatic Colors of #D4B2F0
Black with #D4B2F0
Text Example
Text Example
White with #D4B2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B2F0; }
p { color: rgb(212,178,240); }
H1.HeaderClassName
{
color: #D4B2F0;
}
.AnyTagClassName
{
color: #D4B2F0;
}
</style>
background-color css
<style>
a { background-color: #D4B2F0; }
a { background-color: rgb(212,178,240); }
div.DivClassName
{
background-color: #D4B2F0;
}
.BgClassName
{
background-color: #D4B2F0;
}
</style>
border-color css
<style>
span { border-color: #D4B2F0; }
span { border-color: rgb(212,178,240); }
td.TdClassName
{
border-color: #D4B2F0;
}
.TagClassName
{
border-color: #D4B2F0;
}
</style>