#DEB8FE

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

Shades of Mauve #DEB8FE

Tints of Mauve #DEB8FE

Color information

#DEB8FE (or 0xDEB8FE) is unknown color: approx Mauve. HEX triplet: DE, B8 and FE. RGB value is (222,184,254). Sum of RGB (Red+Green+Blue) = 222+184+254=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 184 (72.27% from 255 or 27.88% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEB8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB8FE is #214701. Grayscale: #CBCBCB. Windows color (decimal): -2180866 or 16693470. OLE color: 16693470.

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

Color convert

RGB222184254-
CMYK0.130.2800.00
HSL272.57º97.22%85.88%-
HSV(B)272.57º27.56%99.61%-
XYZ65.1556.97101.33-
YUV203.34156.59141.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.64%
GREEN value IS 184 (72.27% from 255) = 27.88%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=33.64%
G=27.88%
B=38.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221842540.130.2800.00272.5797.2285.88
HexDEB8FED1C001116156
Octal336270376153400421141126
Binary1101111010111000111111101101111000010001000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB8FE; }

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

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

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

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

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

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

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

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