Shades of Mauve #DEA8ED
Tints of Mauve #DEA8ED
RGB
CMYK
RGB Variations
Color information
#DEA8ED (or 0xDEA8ED) is known color: Mauve. HEX triplet: DE, A8 and ED. RGB value is (222,168,237). Sum of RGB (Red+Green+Blue) = 222+168+237=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEA8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA8ED is #215712. Grayscale: #BFBFBF. Windows color (decimal): -2184979 or 15575262. OLE color: 15575262.
HSL color Cylindrical-coordinate representation of color #DEA8ED: hue angle of 286.96º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA8ED is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 168 | 237 | - |
CMYK | 0.06 | 0.29 | 0 | 0.07 |
HSL | 286.96º | 0.66% | 0.79% | - |
HSV(B) | 286.96º | 0.29% | 0.93% | - |
XYZ | 59.41 | 49.65 | 86.57 | - |
YUV | 192.01 | 153.39 | 149.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 168 | 237 | 0.06 | 0.29 | 0 | 0.07 | 286.96 | 0.66 | 0.79 |
Hex | DE | A8 | ED | 6 | 1D | 0 | 7 | 11F | 42 | 4F |
Octal | 336 | 250 | 355 | 6 | 35 | 0 | 7 | 437 | 102 | 117 |
Binary | 11011110 | 10101000 | 11101101 | 110 | 11101 | 0 | 111 | 100011111 | 1000010 | 1001111 |
Color Harmonies of #DEA8ED
Complementary color
Monochromatic Colors of #DEA8ED
Black with #DEA8ED
Text Example
Text Example
White with #DEA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA8ED; }
p { color: rgb(222,168,237); }
H1.HeaderClassName
{
color: #DEA8ED;
}
.AnyTagClassName
{
color: #DEA8ED;
}
</style>
background-color css
<style>
a { background-color: #DEA8ED; }
a { background-color: rgb(222,168,237); }
div.DivClassName
{
background-color: #DEA8ED;
}
.BgClassName
{
background-color: #DEA8ED;
}
</style>
border-color css
<style>
span { border-color: #DEA8ED; }
span { border-color: rgb(222,168,237); }
td.TdClassName
{
border-color: #DEA8ED;
}
.TagClassName
{
border-color: #DEA8ED;
}
</style>