#DEA5FF

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

Shades of Mauve #DEA5FF

Tints of Mauve #DEA5FF

Color information

#DEA5FF (or 0xDEA5FF) is unknown color: approx Mauve. HEX triplet: DE, A5 and FF. RGB value is (222,165,255). Sum of RGB (Red+Green+Blue) = 222+165+255=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 165 (64.84% from 255 or 25.70% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA5FF is #215A00. Grayscale: #C0C0C0. Windows color (decimal): -2185729 or 16754142. OLE color: 16754142.

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

Color convert

RGB222165255-
CMYK0.130.3500
HSL278º100%82.35%-
HSV(B)278º35.29%100%-
XYZ61.6349.66100.94-
YUV192.3163.38149.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 165 (64.84% from 255) = 25.70%
BLUE value IS 255 (100% from 255) = 39.72%
R=34.58%
G=25.70%
B=39.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221652550.130.350027810082.35
HexDEA5FFD23001166452
Octal336245377154300426144122
Binary11011110101001011111111111011000110010001011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA5FF; }

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

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

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

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

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

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

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

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