Shades of Mauve #DEAEEF
Tints of Mauve #DEAEEF
RGB
CMYK
RGB Variations
Color information
#DEAEEF (or 0xDEAEEF) is known color: Mauve. HEX triplet: DE, AE and EF. RGB value is (222,174,239). Sum of RGB (Red+Green+Blue) = 222+174+239=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEEF is #215110. Grayscale: #C3C3C3. Windows color (decimal): -2183441 or 15707870. OLE color: 15707870.
HSL color Cylindrical-coordinate representation of color #DEAEEF: hue angle of 284.31º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEAEEF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 174 | 239 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.06 |
| HSL | 284.31º | 0.67% | 0.81% | - |
| HSV(B) | 284.31º | 0.27% | 0.94% | - |
| XYZ | 60.84 | 52.03 | 88.5 | - |
| YUV | 195.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 239 | 0.07 | 0.27 | 0 | 0.06 | 284.31 | 0.67 | 0.81 |
| Hex | DE | AE | EF | 7 | 1B | 0 | 6 | 11C | 43 | 51 |
| Octal | 336 | 256 | 357 | 7 | 33 | 0 | 6 | 434 | 103 | 121 |
| Binary | 11011110 | 10101110 | 11101111 | 111 | 11011 | 0 | 110 | 100011100 | 1000011 | 1010001 |
Color Harmonies of #DEAEEF
Complementary color
Monochromatic Colors of #DEAEEF
Black with #DEAEEF
Text Example
Text Example
White with #DEAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEEF; }
p { color: rgb(222,174,239); }
H1.HeaderClassName
{
color: #DEAEEF;
}
.AnyTagClassName
{
color: #DEAEEF;
}
</style>
background-color css
<style>
a { background-color: #DEAEEF; }
a { background-color: rgb(222,174,239); }
div.DivClassName
{
background-color: #DEAEEF;
}
.BgClassName
{
background-color: #DEAEEF;
}
</style>
border-color css
<style>
span { border-color: #DEAEEF; }
span { border-color: rgb(222,174,239); }
td.TdClassName
{
border-color: #DEAEEF;
}
.TagClassName
{
border-color: #DEAEEF;
}
</style>