#DEB9FA

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

Shades of Mauve #DEB9FA

Tints of Mauve #DEB9FA

Color information

#DEB9FA (or 0xDEB9FA) is unknown color: approx Mauve. HEX triplet: DE, B9 and FA. RGB value is (222,185,250). Sum of RGB (Red+Green+Blue) = 222+185+250=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEB9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB9FA is #214605. Grayscale: #CBCBCB. Windows color (decimal): -2180614 or 16431582. OLE color: 16431582.

HSL color Cylindrical-coordinate representation of color #DEB9FA: hue angle of 274.15º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEB9FA is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222185250-
CMYK0.110.2600.02
HSL274.15º86.67%85.29%-
HSV(B)274.15º26%98.04%-
XYZ64.7357.1398.06-
YUV203.47154.26141.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 185 (72.66% from 255) = 28.16%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=33.79%
G=28.16%
B=38.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221852500.110.2600.02274.1586.6785.29
HexDEB9FAB1A021125755
Octal336271372133202422127125
Binary11011110101110011111101010111101001010001001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB9FA; }

 p { color: rgb(222,185,250); }

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

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

 a { background-color: rgb(222,185,250); }

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

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

 span { border-color: rgb(222,185,250); }

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