Shades of Mauve #D4B2FC
Tints of Mauve #D4B2FC
RGB
CMYK
RGB Variations
Color information
#D4B2FC (or 0xD4B2FC) is known color: Mauve. HEX triplet: D4, B2 and FC. RGB value is (212,178,252). Sum of RGB (Red+Green+Blue) = 212+178+252=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 178 (69.92% from 255 or 27.73% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4B2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B2FC is #2B4D03. Grayscale: #C4C4C4. Windows color (decimal): -2837764 or 16560852. OLE color: 16560852.
HSL color Cylindrical-coordinate representation of color #D4B2FC: hue angle of 267.57º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4B2FC is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 178 | 252 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.01 |
| HSL | 267.57º | 0.93% | 0.84% | - |
| HSV(B) | 267.57º | 0.29% | 0.99% | - |
| XYZ | 60.64 | 52.87 | 99.1 | - |
| YUV | 196.6 | 159.26 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 252 | 0.16 | 0.29 | 0 | 0.01 | 267.57 | 0.93 | 0.84 |
| Hex | D4 | B2 | FC | 10 | 1D | 0 | 1 | 10C | 5C | 54 |
| Octal | 324 | 262 | 374 | 20 | 35 | 0 | 1 | 414 | 134 | 124 |
| Binary | 11010100 | 10110010 | 11111100 | 10000 | 11101 | 0 | 1 | 100001100 | 1011100 | 1010100 |
Color Harmonies of #D4B2FC
Complementary color
Monochromatic Colors of #D4B2FC
Black with #D4B2FC
Text Example
Text Example
White with #D4B2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B2FC; }
p { color: rgb(212,178,252); }
H1.HeaderClassName
{
color: #D4B2FC;
}
.AnyTagClassName
{
color: #D4B2FC;
}
</style>
background-color css
<style>
a { background-color: #D4B2FC; }
a { background-color: rgb(212,178,252); }
div.DivClassName
{
background-color: #D4B2FC;
}
.BgClassName
{
background-color: #D4B2FC;
}
</style>
border-color css
<style>
span { border-color: #D4B2FC; }
span { border-color: rgb(212,178,252); }
td.TdClassName
{
border-color: #D4B2FC;
}
.TagClassName
{
border-color: #D4B2FC;
}
</style>