Shades of Mauve #D1B2FC
Tints of Mauve #D1B2FC
RGB
CMYK
RGB Variations
Color information
#D1B2FC (or 0xD1B2FC) is known color: Mauve. HEX triplet: D1, B2 and FC. RGB value is (209,178,252). Sum of RGB (Red+Green+Blue) = 209+178+252=639 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.71% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1B2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B2FC is #2E4D03. Grayscale: #C3C3C3. Windows color (decimal): -3034372 or 16560849. OLE color: 16560849.
HSL color Cylindrical-coordinate representation of color #D1B2FC: hue angle of 265.14º 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 #D1B2FC is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 178 | 252 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.01 |
| HSL | 265.14º | 0.93% | 0.84% | - |
| HSV(B) | 265.14º | 0.29% | 0.99% | - |
| XYZ | 59.79 | 52.42 | 99.06 | - |
| YUV | 195.71 | 159.77 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 178 | 252 | 0.17 | 0.29 | 0 | 0.01 | 265.14 | 0.93 | 0.84 |
| Hex | D1 | B2 | FC | 11 | 1D | 0 | 1 | 109 | 5C | 54 |
| Octal | 321 | 262 | 374 | 21 | 35 | 0 | 1 | 411 | 134 | 124 |
| Binary | 11010001 | 10110010 | 11111100 | 10001 | 11101 | 0 | 1 | 100001001 | 1011100 | 1010100 |
Color Harmonies of #D1B2FC
Complementary color
Monochromatic Colors of #D1B2FC
Black with #D1B2FC
Text Example
Text Example
White with #D1B2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B2FC; }
p { color: rgb(209,178,252); }
H1.HeaderClassName
{
color: #D1B2FC;
}
.AnyTagClassName
{
color: #D1B2FC;
}
</style>
background-color css
<style>
a { background-color: #D1B2FC; }
a { background-color: rgb(209,178,252); }
div.DivClassName
{
background-color: #D1B2FC;
}
.BgClassName
{
background-color: #D1B2FC;
}
</style>
border-color css
<style>
span { border-color: #D1B2FC; }
span { border-color: rgb(209,178,252); }
td.TdClassName
{
border-color: #D1B2FC;
}
.TagClassName
{
border-color: #D1B2FC;
}
</style>