Shades of Mauve #DEB0F3
Tints of Mauve #DEB0F3
RGB
CMYK
RGB Variations
Color information
#DEB0F3 (or 0xDEB0F3) is known color: Mauve. HEX triplet: DE, B0 and F3. RGB value is (222,176,243). Sum of RGB (Red+Green+Blue) = 222+176+243=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 176 (69.14% from 255 or 27.46% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEB0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0F3 is #214F0C. Grayscale: #C5C5C5. Windows color (decimal): -2182925 or 15970526. OLE color: 15970526.
HSL color Cylindrical-coordinate representation of color #DEB0F3: hue angle of 281.19º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEB0F3 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 176 | 243 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.05 |
| HSL | 281.19º | 0.74% | 0.82% | - |
| HSV(B) | 281.19º | 0.28% | 0.95% | - |
| XYZ | 61.83 | 53.05 | 91.78 | - |
| YUV | 197.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 243 | 0.09 | 0.28 | 0 | 0.05 | 281.19 | 0.74 | 0.82 |
| Hex | DE | B0 | F3 | 9 | 1C | 0 | 5 | 119 | 4A | 52 |
| Octal | 336 | 260 | 363 | 11 | 34 | 0 | 5 | 431 | 112 | 122 |
| Binary | 11011110 | 10110000 | 11110011 | 1001 | 11100 | 0 | 101 | 100011001 | 1001010 | 1010010 |
Color Harmonies of #DEB0F3
Complementary color
Monochromatic Colors of #DEB0F3
Black with #DEB0F3
Text Example
Text Example
White with #DEB0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0F3; }
p { color: rgb(222,176,243); }
H1.HeaderClassName
{
color: #DEB0F3;
}
.AnyTagClassName
{
color: #DEB0F3;
}
</style>
background-color css
<style>
a { background-color: #DEB0F3; }
a { background-color: rgb(222,176,243); }
div.DivClassName
{
background-color: #DEB0F3;
}
.BgClassName
{
background-color: #DEB0F3;
}
</style>
border-color css
<style>
span { border-color: #DEB0F3; }
span { border-color: rgb(222,176,243); }
td.TdClassName
{
border-color: #DEB0F3;
}
.TagClassName
{
border-color: #DEB0F3;
}
</style>