#DEB6FA

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

Shades of Mauve #DEB6FA

Tints of Mauve #DEB6FA

Color information

#DEB6FA (or 0xDEB6FA) is unknown color: approx Mauve. HEX triplet: DE, B6 and FA. RGB value is (222,182,250). Sum of RGB (Red+Green+Blue) = 222+182+250=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 182 (71.48% from 255 or 27.83% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEB6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB6FA is #214905. Grayscale: #C9C9C9. Windows color (decimal): -2181382 or 16430814. OLE color: 16430814.

HSL color Cylindrical-coordinate representation of color #DEB6FA: hue angle of 275.29º 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 #DEB6FA is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222182250-
CMYK0.110.2700.02
HSL275.29º87.18%84.71%-
HSV(B)275.29º27.2%98.04%-
XYZ64.1155.8997.85-
YUV201.71155.25142.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 182 (71.48% from 255) = 27.83%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=33.94%
G=27.83%
B=38.23%

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
Decimal2221822500.110.2700.02275.2987.1884.71
HexDEB6FAB1B021135755
Octal336266372133302423127125
Binary11011110101101101111101010111101101010001001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB6FA; }

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

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

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

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

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

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

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

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