Shades of Mauve #DEBCFD
Tints of Mauve #DEBCFD
RGB
CMYK
RGB Variations
Color information
#DEBCFD (or 0xDEBCFD) is known color: Mauve. HEX triplet: DE, BC and FD. RGB value is (222,188,253). Sum of RGB (Red+Green+Blue) = 222+188+253=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEBCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCFD is #214302. Grayscale: #CDCDCD. Windows color (decimal): -2179843 or 16628958. OLE color: 16628958.
HSL color Cylindrical-coordinate representation of color #DEBCFD: hue angle of 271.38º 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 #DEBCFD is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 188 | 253 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.01 |
| HSL | 271.38º | 0.94% | 0.86% | - |
| HSV(B) | 271.38º | 0.26% | 0.99% | - |
| XYZ | 65.84 | 58.59 | 100.77 | - |
| YUV | 205.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 253 | 0.12 | 0.26 | 0 | 0.01 | 271.38 | 0.94 | 0.86 |
| Hex | DE | BC | FD | C | 1A | 0 | 1 | 10F | 5E | 56 |
| Octal | 336 | 274 | 375 | 14 | 32 | 0 | 1 | 417 | 136 | 126 |
| Binary | 11011110 | 10111100 | 11111101 | 1100 | 11010 | 0 | 1 | 100001111 | 1011110 | 1010110 |
Color Harmonies of #DEBCFD
Complementary color
Monochromatic Colors of #DEBCFD
Black with #DEBCFD
Text Example
Text Example
White with #DEBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCFD; }
p { color: rgb(222,188,253); }
H1.HeaderClassName
{
color: #DEBCFD;
}
.AnyTagClassName
{
color: #DEBCFD;
}
</style>
background-color css
<style>
a { background-color: #DEBCFD; }
a { background-color: rgb(222,188,253); }
div.DivClassName
{
background-color: #DEBCFD;
}
.BgClassName
{
background-color: #DEBCFD;
}
</style>
border-color css
<style>
span { border-color: #DEBCFD; }
span { border-color: rgb(222,188,253); }
td.TdClassName
{
border-color: #DEBCFD;
}
.TagClassName
{
border-color: #DEBCFD;
}
</style>