#DEA6FF

Color #DEA6FF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DEA6FF

Tints of Mauve #DEA6FF

Color information

#DEA6FF (or 0xDEA6FF) is unknown color: approx Mauve. HEX triplet: DE, A6 and FF. RGB value is (222,166,255). Sum of RGB (Red+Green+Blue) = 222+166+255=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 166 (65.23% from 255 or 25.82% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA6FF is #215900. Grayscale: #C0C0C0. Windows color (decimal): -2185473 or 16754398. OLE color: 16754398.

HSL color Cylindrical-coordinate representation of color #DEA6FF: hue angle of 277.75º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEA6FF is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222166255-
CMYK0.130.3500
HSL277.75º100%82.55%-
HSV(B)277.75º34.9%100%-
XYZ61.8150.02101.01-
YUV192.89163.05148.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 166 (65.23% from 255) = 25.82%
BLUE value IS 255 (100% from 255) = 39.66%
R=34.53%
G=25.82%
B=39.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221662550.130.3500277.7510082.55
HexDEA6FFD23001166453
Octal336246377154300426144123
Binary11011110101001101111111111011000110010001011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA6FF; }

 p { color: rgb(222,166,255); }

 H1.HeaderClassName
 {
   color: #DEA6FF;
 }
 .AnyTagClassName
 {
   color: #DEA6FF;
 }
</style>
background-color css

<style>
 a { background-color: #DEA6FF; }

 a { background-color: rgb(222,166,255); }

 div.DivClassName
 {
   background-color: #DEA6FF;
 }
 .BgClassName
 {
   background-color: #DEA6FF;
 }
</style>
border-color css

<style>
 span { border-color: #DEA6FF; }

 span { border-color: rgb(222,166,255); }

 td.TdClassName
 {
   border-color: #DEA6FF;
 }
 .TagClassName
 {
   border-color: #DEA6FF;
 }
</style>