#DEA2FB

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

Shades of Mauve #DEA2FB

Tints of Mauve #DEA2FB

Color information

#DEA2FB (or 0xDEA2FB) is unknown color: approx Mauve. HEX triplet: DE, A2 and FB. RGB value is (222,162,251). Sum of RGB (Red+Green+Blue) = 222+162+251=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEA2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA2FB is #215D04. Grayscale: #BDBDBD. Windows color (decimal): -2186501 or 16491230. OLE color: 16491230.

HSL color Cylindrical-coordinate representation of color #DEA2FB: hue angle of 280.45º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEA2FB is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222162251-
CMYK0.120.3500.02
HSL280.45º91.75%80.98%-
HSV(B)280.45º35.46%98.43%-
XYZ60.4648.3497.41-
YUV190.09162.38150.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 162 (63.67% from 255) = 25.51%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=34.96%
G=25.51%
B=39.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221622510.120.3500.02280.4591.7580.98
HexDEA2FBC23021185c51
Octal336242373144302430134121
Binary110111101010001011111011110010001101010001100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA2FB; }

 p { color: rgb(222,162,251); }

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

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

 a { background-color: rgb(222,162,251); }

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

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

 span { border-color: rgb(222,162,251); }

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