#DEAAF5

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

Shades of Mauve #DEAAF5

Tints of Mauve #DEAAF5

Color information

#DEAAF5 (or 0xDEAAF5) is unknown color: approx Mauve. HEX triplet: DE, AA and F5. RGB value is (222,170,245). Sum of RGB (Red+Green+Blue) = 222+170+245=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEAAF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAAF5 is #21550A. Grayscale: #C1C1C1. Windows color (decimal): -2184459 or 16100062. OLE color: 16100062.

HSL color Cylindrical-coordinate representation of color #DEAAF5: hue angle of 281.6º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEAAF5 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222170245-
CMYK0.090.3100.04
HSL281.6º78.95%81.37%-
HSV(B)281.6º30.61%96.08%-
XYZ60.9850.8792.99-
YUV194.1156.73147.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 170 (66.80% from 255) = 26.69%
BLUE value IS 245 (96.09% from 255) = 38.46%
R=34.85%
G=26.69%
B=38.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221702450.090.3100.04281.678.9581.37
HexDEAAF591F0411a4f51
Octal336252365113704432117121
Binary110111101010101011110101100111111010010001101010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAAF5; }

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

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

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

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

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

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

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

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