#DEB9FE

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

Shades of Mauve #DEB9FE

Tints of Mauve #DEB9FE

Color information

#DEB9FE (or 0xDEB9FE) is unknown color: approx Mauve. HEX triplet: DE, B9 and FE. RGB value is (222,185,254). Sum of RGB (Red+Green+Blue) = 222+185+254=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 185 (72.66% from 255 or 27.99% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB9FE is #214601. Grayscale: #CBCBCB. Windows color (decimal): -2180610 or 16693726. OLE color: 16693726.

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

Color convert

RGB222185254-
CMYK0.130.2700.00
HSL272.17º97.18%86.08%-
HSV(B)272.17º27.17%99.61%-
XYZ65.3657.38101.4-
YUV203.93156.26140.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.59%
GREEN value IS 185 (72.66% from 255) = 27.99%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=33.59%
G=27.99%
B=38.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221852540.130.2700.00272.1797.1886.08
HexDEB9FED1B001106156
Octal336271376153300420141126
Binary1101111010111001111111101101110110010001000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB9FE; }

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

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

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

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

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

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

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

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