Shades of Mauve #DEB2FF
Tints of Mauve #DEB2FF
RGB
CMYK
RGB Variations
Color information
#DEB2FF (or 0xDEB2FF) is known color: Mauve. HEX triplet: DE, B2 and FF. RGB value is (222,178,255). Sum of RGB (Red+Green+Blue) = 222+178+255=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 178 (69.92% from 255 or 27.18% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB2FF is #214D00. Grayscale: #C7C7C7. Windows color (decimal): -2182401 or 16757470. OLE color: 16757470.
HSL color Cylindrical-coordinate representation of color #DEB2FF: hue angle of 274.29º 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 #DEB2FF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 178 | 255 | - |
| CMYK | 0.13 | 0.30 | 0 | 0 |
| HSL | 274.29º | 1% | 0.85% | - |
| HSV(B) | 274.29º | 0.3% | 1% | - |
| XYZ | 64.09 | 54.59 | 101.77 | - |
| YUV | 199.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 178 | 255 | 0.13 | 0.30 | 0 | 0 | 274.29 | 1 | 0.85 |
| Hex | DE | B2 | FF | D | 1E | 0 | 0 | 112 | 64 | 55 |
| Octal | 336 | 262 | 377 | 15 | 36 | 0 | 0 | 422 | 144 | 125 |
| Binary | 11011110 | 10110010 | 11111111 | 1101 | 11110 | 0 | 0 | 100010010 | 1100100 | 1010101 |
Color Harmonies of #DEB2FF
Complementary color
Monochromatic Colors of #DEB2FF
Black with #DEB2FF
Text Example
Text Example
White with #DEB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB2FF; }
p { color: rgb(222,178,255); }
H1.HeaderClassName
{
color: #DEB2FF;
}
.AnyTagClassName
{
color: #DEB2FF;
}
</style>
background-color css
<style>
a { background-color: #DEB2FF; }
a { background-color: rgb(222,178,255); }
div.DivClassName
{
background-color: #DEB2FF;
}
.BgClassName
{
background-color: #DEB2FF;
}
</style>
border-color css
<style>
span { border-color: #DEB2FF; }
span { border-color: rgb(222,178,255); }
td.TdClassName
{
border-color: #DEB2FF;
}
.TagClassName
{
border-color: #DEB2FF;
}
</style>