Shades of Mauve #DFB2FE
Tints of Mauve #DFB2FE
RGB
CMYK
RGB Variations
Color information
#DFB2FE (or 0xDFB2FE) is known color: Mauve. HEX triplet: DF, B2 and FE. RGB value is (223,178,254). Sum of RGB (Red+Green+Blue) = 223+178+254=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 178 (69.92% from 255 or 27.18% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFB2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2FE is #204D01. Grayscale: #C7C7C7. Windows color (decimal): -2116866 or 16691935. OLE color: 16691935.
HSL color Cylindrical-coordinate representation of color #DFB2FE: hue angle of 275.53º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFB2FE is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 178 | 254 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.00 |
| HSL | 275.53º | 0.97% | 0.85% | - |
| HSV(B) | 275.53º | 0.3% | 1% | - |
| XYZ | 64.24 | 54.68 | 100.94 | - |
| YUV | 200.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 254 | 0.12 | 0.30 | 0 | 0.00 | 275.53 | 0.97 | 0.85 |
| Hex | DF | B2 | FE | C | 1E | 0 | 0 | 114 | 61 | 55 |
| Octal | 337 | 262 | 376 | 14 | 36 | 0 | 0 | 424 | 141 | 125 |
| Binary | 11011111 | 10110010 | 11111110 | 1100 | 11110 | 0 | 0 | 100010100 | 1100001 | 1010101 |
Color Harmonies of #DFB2FE
Complementary color
Monochromatic Colors of #DFB2FE
Black with #DFB2FE
Text Example
Text Example
White with #DFB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2FE; }
p { color: rgb(223,178,254); }
H1.HeaderClassName
{
color: #DFB2FE;
}
.AnyTagClassName
{
color: #DFB2FE;
}
</style>
background-color css
<style>
a { background-color: #DFB2FE; }
a { background-color: rgb(223,178,254); }
div.DivClassName
{
background-color: #DFB2FE;
}
.BgClassName
{
background-color: #DFB2FE;
}
</style>
border-color css
<style>
span { border-color: #DFB2FE; }
span { border-color: rgb(223,178,254); }
td.TdClassName
{
border-color: #DFB2FE;
}
.TagClassName
{
border-color: #DFB2FE;
}
</style>