Shades of Mauve #DEBDFE
Tints of Mauve #DEBDFE
RGB
CMYK
RGB Variations
Color information
#DEBDFE (or 0xDEBDFE) is known color: Mauve. HEX triplet: DE, BD and FE. RGB value is (222,189,254). Sum of RGB (Red+Green+Blue) = 222+189+254=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDFE is #214201. Grayscale: #CECECE. Windows color (decimal): -2179586 or 16694750. OLE color: 16694750.
HSL color Cylindrical-coordinate representation of color #DEBDFE: hue angle of 270.46º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEBDFE is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 189 | 254 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.00 |
| HSL | 270.46º | 0.97% | 0.87% | - |
| HSV(B) | 270.46º | 0.26% | 1% | - |
| XYZ | 66.21 | 59.08 | 101.68 | - |
| YUV | 206.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 254 | 0.13 | 0.26 | 0 | 0.00 | 270.46 | 0.97 | 0.87 |
| Hex | DE | BD | FE | D | 1A | 0 | 0 | 10E | 61 | 57 |
| Octal | 336 | 275 | 376 | 15 | 32 | 0 | 0 | 416 | 141 | 127 |
| Binary | 11011110 | 10111101 | 11111110 | 1101 | 11010 | 0 | 0 | 100001110 | 1100001 | 1010111 |
Color Harmonies of #DEBDFE
Complementary color
Monochromatic Colors of #DEBDFE
Black with #DEBDFE
Text Example
Text Example
White with #DEBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDFE; }
p { color: rgb(222,189,254); }
H1.HeaderClassName
{
color: #DEBDFE;
}
.AnyTagClassName
{
color: #DEBDFE;
}
</style>
background-color css
<style>
a { background-color: #DEBDFE; }
a { background-color: rgb(222,189,254); }
div.DivClassName
{
background-color: #DEBDFE;
}
.BgClassName
{
background-color: #DEBDFE;
}
</style>
border-color css
<style>
span { border-color: #DEBDFE; }
span { border-color: rgb(222,189,254); }
td.TdClassName
{
border-color: #DEBDFE;
}
.TagClassName
{
border-color: #DEBDFE;
}
</style>