Shades of Mauve #DEBEFF
Tints of Mauve #DEBEFF
RGB
CMYK
RGB Variations
Color information
#DEBEFF (or 0xDEBEFF) is known color: Mauve. HEX triplet: DE, BE and FF. RGB value is (222,190,255). Sum of RGB (Red+Green+Blue) = 222+190+255=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEFF is #214100. Grayscale: #CECECE. Windows color (decimal): -2179329 or 16760542. OLE color: 16760542.
HSL color Cylindrical-coordinate representation of color #DEBEFF: hue angle of 269.54º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEBEFF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 190 | 255 | - |
| CMYK | 0.13 | 0.25 | 0 | 0 |
| HSL | 269.54º | 1% | 0.87% | - |
| HSV(B) | 269.54º | 0.25% | 1% | - |
| XYZ | 66.59 | 59.58 | 102.6 | - |
| YUV | 206.98 | 155.1 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 255 | 0.13 | 0.25 | 0 | 0 | 269.54 | 1 | 0.87 |
| Hex | DE | BE | FF | D | 19 | 0 | 0 | 10E | 64 | 57 |
| Octal | 336 | 276 | 377 | 15 | 31 | 0 | 0 | 416 | 144 | 127 |
| Binary | 11011110 | 10111110 | 11111111 | 1101 | 11001 | 0 | 0 | 100001110 | 1100100 | 1010111 |
Color Harmonies of #DEBEFF
Complementary color
Monochromatic Colors of #DEBEFF
Black with #DEBEFF
Text Example
Text Example
White with #DEBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEFF; }
p { color: rgb(222,190,255); }
H1.HeaderClassName
{
color: #DEBEFF;
}
.AnyTagClassName
{
color: #DEBEFF;
}
</style>
background-color css
<style>
a { background-color: #DEBEFF; }
a { background-color: rgb(222,190,255); }
div.DivClassName
{
background-color: #DEBEFF;
}
.BgClassName
{
background-color: #DEBEFF;
}
</style>
border-color css
<style>
span { border-color: #DEBEFF; }
span { border-color: rgb(222,190,255); }
td.TdClassName
{
border-color: #DEBEFF;
}
.TagClassName
{
border-color: #DEBEFF;
}
</style>