Shades of Mauve #DEBDFD
Tints of Mauve #DEBDFD
RGB
CMYK
RGB Variations
Color information
#DEBDFD (or 0xDEBDFD) is known color: Mauve. HEX triplet: DE, BD and FD. RGB value is (222,189,253). Sum of RGB (Red+Green+Blue) = 222+189+253=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEBDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDFD is #214202. Grayscale: #CDCDCD. Windows color (decimal): -2179587 or 16629214. OLE color: 16629214.
HSL color Cylindrical-coordinate representation of color #DEBDFD: hue angle of 270.94º 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 #DEBDFD is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 189 | 253 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.01 |
| HSL | 270.94º | 0.94% | 0.87% | - |
| HSV(B) | 270.94º | 0.25% | 0.99% | - |
| XYZ | 66.05 | 59.02 | 100.84 | - |
| YUV | 206.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 253 | 0.12 | 0.25 | 0 | 0.01 | 270.94 | 0.94 | 0.87 |
| Hex | DE | BD | FD | C | 19 | 0 | 1 | 10F | 5E | 57 |
| Octal | 336 | 275 | 375 | 14 | 31 | 0 | 1 | 417 | 136 | 127 |
| Binary | 11011110 | 10111101 | 11111101 | 1100 | 11001 | 0 | 1 | 100001111 | 1011110 | 1010111 |
Color Harmonies of #DEBDFD
Complementary color
Monochromatic Colors of #DEBDFD
Black with #DEBDFD
Text Example
Text Example
White with #DEBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDFD; }
p { color: rgb(222,189,253); }
H1.HeaderClassName
{
color: #DEBDFD;
}
.AnyTagClassName
{
color: #DEBDFD;
}
</style>
background-color css
<style>
a { background-color: #DEBDFD; }
a { background-color: rgb(222,189,253); }
div.DivClassName
{
background-color: #DEBDFD;
}
.BgClassName
{
background-color: #DEBDFD;
}
</style>
border-color css
<style>
span { border-color: #DEBDFD; }
span { border-color: rgb(222,189,253); }
td.TdClassName
{
border-color: #DEBDFD;
}
.TagClassName
{
border-color: #DEBDFD;
}
</style>