Shades of Mauve #DEBDFF
Tints of Mauve #DEBDFF
RGB
CMYK
RGB Variations
Color information
#DEBDFF (or 0xDEBDFF) is known color: Mauve. HEX triplet: DE, BD and FF. RGB value is (222,189,255). Sum of RGB (Red+Green+Blue) = 222+189+255=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDFF is #214200. Grayscale: #CECECE. Windows color (decimal): -2179585 or 16760286. OLE color: 16760286.
HSL color Cylindrical-coordinate representation of color #DEBDFF: hue angle of 270º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEBDFF is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 189 | 255 | - |
| CMYK | 0.13 | 0.26 | 0 | 0 |
| HSL | 270º | 1% | 0.87% | - |
| HSV(B) | 270º | 0.26% | 1% | - |
| XYZ | 66.37 | 59.14 | 102.53 | - |
| YUV | 206.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 255 | 0.13 | 0.26 | 0 | 0 | 270 | 1 | 0.87 |
| Hex | DE | BD | FF | D | 1A | 0 | 0 | 10E | 64 | 57 |
| Octal | 336 | 275 | 377 | 15 | 32 | 0 | 0 | 416 | 144 | 127 |
| Binary | 11011110 | 10111101 | 11111111 | 1101 | 11010 | 0 | 0 | 100001110 | 1100100 | 1010111 |
Color Harmonies of #DEBDFF
Complementary color
Monochromatic Colors of #DEBDFF
Black with #DEBDFF
Text Example
Text Example
White with #DEBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDFF; }
p { color: rgb(222,189,255); }
H1.HeaderClassName
{
color: #DEBDFF;
}
.AnyTagClassName
{
color: #DEBDFF;
}
</style>
background-color css
<style>
a { background-color: #DEBDFF; }
a { background-color: rgb(222,189,255); }
div.DivClassName
{
background-color: #DEBDFF;
}
.BgClassName
{
background-color: #DEBDFF;
}
</style>
border-color css
<style>
span { border-color: #DEBDFF; }
span { border-color: rgb(222,189,255); }
td.TdClassName
{
border-color: #DEBDFF;
}
.TagClassName
{
border-color: #DEBDFF;
}
</style>