Shades of Mauve #DEBEF2
Tints of Mauve #DEBEF2
RGB
CMYK
RGB Variations
Color information
#DEBEF2 (or 0xDEBEF2) is known color: Mauve. HEX triplet: DE, BE and F2. RGB value is (222,190,242). Sum of RGB (Red+Green+Blue) = 222+190+242=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEBEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEF2 is #21410D. Grayscale: #CDCDCD. Windows color (decimal): -2179342 or 15908574. OLE color: 15908574.
HSL color Cylindrical-coordinate representation of color #DEBEF2: hue angle of 276.92º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBEF2 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 190 | 242 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.05 |
| HSL | 276.92º | 0.67% | 0.85% | - |
| HSV(B) | 276.92º | 0.21% | 0.95% | - |
| XYZ | 64.56 | 58.77 | 91.94 | - |
| YUV | 205.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 242 | 0.08 | 0.21 | 0 | 0.05 | 276.92 | 0.67 | 0.85 |
| Hex | DE | BE | F2 | 8 | 15 | 0 | 5 | 115 | 43 | 55 |
| Octal | 336 | 276 | 362 | 10 | 25 | 0 | 5 | 425 | 103 | 125 |
| Binary | 11011110 | 10111110 | 11110010 | 1000 | 10101 | 0 | 101 | 100010101 | 1000011 | 1010101 |
Color Harmonies of #DEBEF2
Complementary color
Monochromatic Colors of #DEBEF2
Black with #DEBEF2
Text Example
Text Example
White with #DEBEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEF2; }
p { color: rgb(222,190,242); }
H1.HeaderClassName
{
color: #DEBEF2;
}
.AnyTagClassName
{
color: #DEBEF2;
}
</style>
background-color css
<style>
a { background-color: #DEBEF2; }
a { background-color: rgb(222,190,242); }
div.DivClassName
{
background-color: #DEBEF2;
}
.BgClassName
{
background-color: #DEBEF2;
}
</style>
border-color css
<style>
span { border-color: #DEBEF2; }
span { border-color: rgb(222,190,242); }
td.TdClassName
{
border-color: #DEBEF2;
}
.TagClassName
{
border-color: #DEBEF2;
}
</style>