Shades of Mauve #DEB1F3
Tints of Mauve #DEB1F3
RGB
CMYK
RGB Variations
Color information
#DEB1F3 (or 0xDEB1F3) is known color: Mauve. HEX triplet: DE, B1 and F3. RGB value is (222,177,243). Sum of RGB (Red+Green+Blue) = 222+177+243=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 177 (69.53% from 255 or 27.57% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEB1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB1F3 is #214E0C. Grayscale: #C5C5C5. Windows color (decimal): -2182669 or 15970782. OLE color: 15970782.
HSL color Cylindrical-coordinate representation of color #DEB1F3: hue angle of 280.91º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEB1F3 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 177 | 243 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.05 |
| HSL | 280.91º | 0.73% | 0.82% | - |
| HSV(B) | 280.91º | 0.27% | 0.95% | - |
| XYZ | 62.02 | 53.44 | 91.84 | - |
| YUV | 197.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 243 | 0.09 | 0.27 | 0 | 0.05 | 280.91 | 0.73 | 0.82 |
| Hex | DE | B1 | F3 | 9 | 1B | 0 | 5 | 119 | 49 | 52 |
| Octal | 336 | 261 | 363 | 11 | 33 | 0 | 5 | 431 | 111 | 122 |
| Binary | 11011110 | 10110001 | 11110011 | 1001 | 11011 | 0 | 101 | 100011001 | 1001001 | 1010010 |
Color Harmonies of #DEB1F3
Complementary color
Monochromatic Colors of #DEB1F3
Black with #DEB1F3
Text Example
Text Example
White with #DEB1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB1F3; }
p { color: rgb(222,177,243); }
H1.HeaderClassName
{
color: #DEB1F3;
}
.AnyTagClassName
{
color: #DEB1F3;
}
</style>
background-color css
<style>
a { background-color: #DEB1F3; }
a { background-color: rgb(222,177,243); }
div.DivClassName
{
background-color: #DEB1F3;
}
.BgClassName
{
background-color: #DEB1F3;
}
</style>
border-color css
<style>
span { border-color: #DEB1F3; }
span { border-color: rgb(222,177,243); }
td.TdClassName
{
border-color: #DEB1F3;
}
.TagClassName
{
border-color: #DEB1F3;
}
</style>