Shades of Mauve #DEBEFD
Tints of Mauve #DEBEFD
RGB
CMYK
RGB Variations
Color information
#DEBEFD (or 0xDEBEFD) is known color: Mauve. HEX triplet: DE, BE and FD. RGB value is (222,190,253). Sum of RGB (Red+Green+Blue) = 222+190+253=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 190 (74.61% from 255 or 28.57% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEBEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEFD is #214102. Grayscale: #CECECE. Windows color (decimal): -2179331 or 16629470. OLE color: 16629470.
HSL color Cylindrical-coordinate representation of color #DEBEFD: hue angle of 270.48º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEBEFD is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 190 | 253 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.01 |
| HSL | 270.48º | 0.94% | 0.87% | - |
| HSV(B) | 270.48º | 0.25% | 0.99% | - |
| XYZ | 66.27 | 59.45 | 100.91 | - |
| YUV | 206.75 | 154.1 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 253 | 0.12 | 0.25 | 0 | 0.01 | 270.48 | 0.94 | 0.87 |
| Hex | DE | BE | FD | C | 19 | 0 | 1 | 10E | 5E | 57 |
| Octal | 336 | 276 | 375 | 14 | 31 | 0 | 1 | 416 | 136 | 127 |
| Binary | 11011110 | 10111110 | 11111101 | 1100 | 11001 | 0 | 1 | 100001110 | 1011110 | 1010111 |
Color Harmonies of #DEBEFD
Complementary color
Monochromatic Colors of #DEBEFD
Black with #DEBEFD
Text Example
Text Example
White with #DEBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEFD; }
p { color: rgb(222,190,253); }
H1.HeaderClassName
{
color: #DEBEFD;
}
.AnyTagClassName
{
color: #DEBEFD;
}
</style>
background-color css
<style>
a { background-color: #DEBEFD; }
a { background-color: rgb(222,190,253); }
div.DivClassName
{
background-color: #DEBEFD;
}
.BgClassName
{
background-color: #DEBEFD;
}
</style>
border-color css
<style>
span { border-color: #DEBEFD; }
span { border-color: rgb(222,190,253); }
td.TdClassName
{
border-color: #DEBEFD;
}
.TagClassName
{
border-color: #DEBEFD;
}
</style>