Shades of Mauve #DEBAFD
Tints of Mauve #DEBAFD
RGB
CMYK
RGB Variations
Color information
#DEBAFD (or 0xDEBAFD) is known color: Mauve. HEX triplet: DE, BA and FD. RGB value is (222,186,253). Sum of RGB (Red+Green+Blue) = 222+186+253=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEBAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAFD is #214502. Grayscale: #CCCCCC. Windows color (decimal): -2180355 or 16628446. OLE color: 16628446.
HSL color Cylindrical-coordinate representation of color #DEBAFD: hue angle of 272.24º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEBAFD is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 186 | 253 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.01 |
| HSL | 272.24º | 0.94% | 0.86% | - |
| HSV(B) | 272.24º | 0.26% | 0.99% | - |
| XYZ | 65.41 | 57.74 | 100.63 | - |
| YUV | 204.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 253 | 0.12 | 0.26 | 0 | 0.01 | 272.24 | 0.94 | 0.86 |
| Hex | DE | BA | FD | C | 1A | 0 | 1 | 110 | 5E | 56 |
| Octal | 336 | 272 | 375 | 14 | 32 | 0 | 1 | 420 | 136 | 126 |
| Binary | 11011110 | 10111010 | 11111101 | 1100 | 11010 | 0 | 1 | 100010000 | 1011110 | 1010110 |
Color Harmonies of #DEBAFD
Complementary color
Monochromatic Colors of #DEBAFD
Black with #DEBAFD
Text Example
Text Example
White with #DEBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAFD; }
p { color: rgb(222,186,253); }
H1.HeaderClassName
{
color: #DEBAFD;
}
.AnyTagClassName
{
color: #DEBAFD;
}
</style>
background-color css
<style>
a { background-color: #DEBAFD; }
a { background-color: rgb(222,186,253); }
div.DivClassName
{
background-color: #DEBAFD;
}
.BgClassName
{
background-color: #DEBAFD;
}
</style>
border-color css
<style>
span { border-color: #DEBAFD; }
span { border-color: rgb(222,186,253); }
td.TdClassName
{
border-color: #DEBAFD;
}
.TagClassName
{
border-color: #DEBAFD;
}
</style>