Shades of Mauve #DEB5F3
Tints of Mauve #DEB5F3
RGB
CMYK
RGB Variations
Color information
#DEB5F3 (or 0xDEB5F3) is known color: Mauve. HEX triplet: DE, B5 and F3. RGB value is (222,181,243). Sum of RGB (Red+Green+Blue) = 222+181+243=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEB5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB5F3 is #214A0C. Grayscale: #C8C8C8. Windows color (decimal): -2181645 or 15971806. OLE color: 15971806.
HSL color Cylindrical-coordinate representation of color #DEB5F3: hue angle of 279.68º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEB5F3 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 181 | 243 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.05 |
| HSL | 279.68º | 0.72% | 0.83% | - |
| HSV(B) | 279.68º | 0.26% | 0.95% | - |
| XYZ | 62.83 | 55.05 | 92.11 | - |
| YUV | 200.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 181 | 243 | 0.09 | 0.26 | 0 | 0.05 | 279.68 | 0.72 | 0.83 |
| Hex | DE | B5 | F3 | 9 | 1A | 0 | 5 | 118 | 48 | 53 |
| Octal | 336 | 265 | 363 | 11 | 32 | 0 | 5 | 430 | 110 | 123 |
| Binary | 11011110 | 10110101 | 11110011 | 1001 | 11010 | 0 | 101 | 100011000 | 1001000 | 1010011 |
Color Harmonies of #DEB5F3
Complementary color
Monochromatic Colors of #DEB5F3
Black with #DEB5F3
Text Example
Text Example
White with #DEB5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB5F3; }
p { color: rgb(222,181,243); }
H1.HeaderClassName
{
color: #DEB5F3;
}
.AnyTagClassName
{
color: #DEB5F3;
}
</style>
background-color css
<style>
a { background-color: #DEB5F3; }
a { background-color: rgb(222,181,243); }
div.DivClassName
{
background-color: #DEB5F3;
}
.BgClassName
{
background-color: #DEB5F3;
}
</style>
border-color css
<style>
span { border-color: #DEB5F3; }
span { border-color: rgb(222,181,243); }
td.TdClassName
{
border-color: #DEB5F3;
}
.TagClassName
{
border-color: #DEB5F3;
}
</style>