#DEAAF7

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

Shades of Mauve #DEAAF7

Tints of Mauve #DEAAF7

Color information

#DEAAF7 (or 0xDEAAF7) is unknown color: approx Mauve. HEX triplet: DE, AA and F7. RGB value is (222,170,247). Sum of RGB (Red+Green+Blue) = 222+170+247=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #DEAAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAF7 is #215508. Grayscale: #C2C2C2. Windows color (decimal): -2184457 or 16231134. OLE color: 16231134.

HSL color Cylindrical-coordinate representation of color #DEAAF7: hue angle of 280.52º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEAAF7 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB222170247-
CMYK0.100.3100.03
HSL280.52º82.8%81.76%-
HSV(B)280.52º31.17%96.86%-
XYZ61.2950.9994.61-
YUV194.33157.73147.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 170 (66.80% from 255) = 26.60%
BLUE value IS 247 (96.88% from 255) = 38.65%
R=34.74%
G=26.60%
B=38.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2221702470.100.3100.03280.5282.881.76
HexDEAAF7A1F031195352
Octal336252367123703431123122
Binary11011110101010101111011110101111101110001100110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAAF7; }

 p { color: rgb(222,170,247); }

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

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

 a { background-color: rgb(222,170,247); }

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

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

 span { border-color: rgb(222,170,247); }

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