#DEA9FD

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

Shades of Mauve #DEA9FD

Tints of Mauve #DEA9FD

Color information

#DEA9FD (or 0xDEA9FD) is unknown color: approx Mauve. HEX triplet: DE, A9 and FD. RGB value is (222,169,253). Sum of RGB (Red+Green+Blue) = 222+169+253=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEA9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA9FD is #215602. Grayscale: #C2C2C2. Windows color (decimal): -2184707 or 16624094. OLE color: 16624094.

HSL color Cylindrical-coordinate representation of color #DEA9FD: hue angle of 277.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEA9FD is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222169253-
CMYK0.120.3300.01
HSL277.86º95.45%82.75%-
HSV(B)277.86º33.2%99.22%-
XYZ62.045199.5-
YUV194.42161.06147.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 169 (66.41% from 255) = 26.24%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=34.47%
G=26.24%
B=39.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221692530.120.3300.01277.8695.4582.75
HexDEA9FDC21011165f53
Octal336251375144101426137123
Binary11011110101010011111110111001000010110001011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9FD; }

 p { color: rgb(222,169,253); }

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

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

 a { background-color: rgb(222,169,253); }

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

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

 span { border-color: rgb(222,169,253); }

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