#DEB6FF

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

Shades of Mauve #DEB6FF

Tints of Mauve #DEB6FF

Color information

#DEB6FF (or 0xDEB6FF) is unknown color: approx Mauve. HEX triplet: DE, B6 and FF. RGB value is (222,182,255). Sum of RGB (Red+Green+Blue) = 222+182+255=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 182 (71.48% from 255 or 27.62% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB6FF is #214900. Grayscale: #CACACA. Windows color (decimal): -2181377 or 16758494. OLE color: 16758494.

HSL color Cylindrical-coordinate representation of color #DEB6FF: hue angle of 272.88º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEB6FF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222182255-
CMYK0.130.2900
HSL272.88º100%85.69%-
HSV(B)272.88º28.63%100%-
XYZ64.956.21102.04-
YUV202.28157.75142.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.69%
GREEN value IS 182 (71.48% from 255) = 27.62%
BLUE value IS 255 (100% from 255) = 38.69%
R=33.69%
G=27.62%
B=38.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221822550.130.2900272.8810085.69
HexDEB6FFD1D001116456
Octal336266377153500421144126
Binary1101111010110110111111111101111010010001000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB6FF; }

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

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

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

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

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

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

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

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