Shades of Mauve #DEAEEB
Tints of Mauve #DEAEEB
RGB
CMYK
RGB Variations
Color information
#DEAEEB (or 0xDEAEEB) is known color: Mauve. HEX triplet: DE, AE and EB. RGB value is (222,174,235). Sum of RGB (Red+Green+Blue) = 222+174+235=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEEB is #215114. Grayscale: #C3C3C3. Windows color (decimal): -2183445 or 15445726. OLE color: 15445726.
HSL color Cylindrical-coordinate representation of color #DEAEEB: hue angle of 287.21º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEAEEB is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 174 | 235 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.08 |
| HSL | 287.21º | 0.6% | 0.8% | - |
| HSV(B) | 287.21º | 0.26% | 0.92% | - |
| XYZ | 60.26 | 51.8 | 85.42 | - |
| YUV | 195.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 235 | 0.06 | 0.26 | 0 | 0.08 | 287.21 | 0.6 | 0.8 |
| Hex | DE | AE | EB | 6 | 1A | 0 | 8 | 11F | 3C | 50 |
| Octal | 336 | 256 | 353 | 6 | 32 | 0 | 10 | 437 | 74 | 120 |
| Binary | 11011110 | 10101110 | 11101011 | 110 | 11010 | 0 | 1000 | 100011111 | 111100 | 1010000 |
Color Harmonies of #DEAEEB
Complementary color
Monochromatic Colors of #DEAEEB
Black with #DEAEEB
Text Example
Text Example
White with #DEAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEEB; }
p { color: rgb(222,174,235); }
H1.HeaderClassName
{
color: #DEAEEB;
}
.AnyTagClassName
{
color: #DEAEEB;
}
</style>
background-color css
<style>
a { background-color: #DEAEEB; }
a { background-color: rgb(222,174,235); }
div.DivClassName
{
background-color: #DEAEEB;
}
.BgClassName
{
background-color: #DEAEEB;
}
</style>
border-color css
<style>
span { border-color: #DEAEEB; }
span { border-color: rgb(222,174,235); }
td.TdClassName
{
border-color: #DEAEEB;
}
.TagClassName
{
border-color: #DEAEEB;
}
</style>