#DEB9FF

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

Shades of Mauve #DEB9FF

Tints of Mauve #DEB9FF

Color information

#DEB9FF (or 0xDEB9FF) is unknown color: approx Mauve. HEX triplet: DE, B9 and FF. RGB value is (222,185,255). Sum of RGB (Red+Green+Blue) = 222+185+255=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 185 (72.66% from 255 or 27.95% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB9FF is #214600. Grayscale: #CBCBCB. Windows color (decimal): -2180609 or 16759262. OLE color: 16759262.

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

Color convert

RGB222185255-
CMYK0.130.2700
HSL271.71º100%86.27%-
HSV(B)271.71º27.45%100%-
XYZ65.5257.45102.24-
YUV204.04156.76140.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.53%
GREEN value IS 185 (72.66% from 255) = 27.95%
BLUE value IS 255 (100% from 255) = 38.52%
R=33.53%
G=27.95%
B=38.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221852550.130.2700271.7110086.27
HexDEB9FFD1B001106456
Octal336271377153300420144126
Binary1101111010111001111111111101110110010001000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB9FF; }

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

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

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

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

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

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

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

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