#DEB7FA

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

Shades of Mauve #DEB7FA

Tints of Mauve #DEB7FA

Color information

#DEB7FA (or 0xDEB7FA) is unknown color: approx Mauve. HEX triplet: DE, B7 and FA. RGB value is (222,183,250). Sum of RGB (Red+Green+Blue) = 222+183+250=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 183 (71.88% from 255 or 27.94% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEB7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB7FA is #214805. Grayscale: #CACACA. Windows color (decimal): -2181126 or 16431070. OLE color: 16431070.

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

Color convert

RGB222183250-
CMYK0.110.2700.02
HSL274.93º87.01%84.9%-
HSV(B)274.93º26.8%98.04%-
XYZ64.3156.397.92-
YUV202.3154.92142.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.89%
GREEN value IS 183 (71.88% from 255) = 27.94%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=33.89%
G=27.94%
B=38.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221832500.110.2700.02274.9387.0184.9
HexDEB7FAB1B021135755
Octal336267372133302423127125
Binary11011110101101111111101010111101101010001001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB7FA; }

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

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

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

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

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

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

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

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