Shades of Mauve #DFB2FF
Tints of Mauve #DFB2FF
RGB
CMYK
RGB Variations
Color information
#DFB2FF (or 0xDFB2FF) is known color: Mauve. HEX triplet: DF, B2 and FF. RGB value is (223,178,255). Sum of RGB (Red+Green+Blue) = 223+178+255=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 178 (69.92% from 255 or 27.13% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2FF is #204D00. Grayscale: #C7C7C7. Windows color (decimal): -2116865 or 16757471. OLE color: 16757471.
HSL color Cylindrical-coordinate representation of color #DFB2FF: hue angle of 275.06º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFB2FF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 178 | 255 | - |
| CMYK | 0.13 | 0.30 | 0 | 0 |
| HSL | 275.06º | 1% | 0.85% | - |
| HSV(B) | 275.06º | 0.3% | 1% | - |
| XYZ | 64.4 | 54.75 | 101.78 | - |
| YUV | 200.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 255 | 0.13 | 0.30 | 0 | 0 | 275.06 | 1 | 0.85 |
| Hex | DF | B2 | FF | D | 1E | 0 | 0 | 113 | 64 | 55 |
| Octal | 337 | 262 | 377 | 15 | 36 | 0 | 0 | 423 | 144 | 125 |
| Binary | 11011111 | 10110010 | 11111111 | 1101 | 11110 | 0 | 0 | 100010011 | 1100100 | 1010101 |
Color Harmonies of #DFB2FF
Complementary color
Monochromatic Colors of #DFB2FF
Black with #DFB2FF
Text Example
Text Example
White with #DFB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2FF; }
p { color: rgb(223,178,255); }
H1.HeaderClassName
{
color: #DFB2FF;
}
.AnyTagClassName
{
color: #DFB2FF;
}
</style>
background-color css
<style>
a { background-color: #DFB2FF; }
a { background-color: rgb(223,178,255); }
div.DivClassName
{
background-color: #DFB2FF;
}
.BgClassName
{
background-color: #DFB2FF;
}
</style>
border-color css
<style>
span { border-color: #DFB2FF; }
span { border-color: rgb(223,178,255); }
td.TdClassName
{
border-color: #DFB2FF;
}
.TagClassName
{
border-color: #DFB2FF;
}
</style>