#DEB9EE

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

Shades of Mauve #DEB9EE

Tints of Mauve #DEB9EE

Color information

#DEB9EE (or 0xDEB9EE) is unknown color: approx Mauve. HEX triplet: DE, B9 and EE. RGB value is (222,185,238). Sum of RGB (Red+Green+Blue) = 222+185+238=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB9EE is #214611. Grayscale: #C9C9C9. Windows color (decimal): -2180626 or 15645150. OLE color: 15645150.

HSL color Cylindrical-coordinate representation of color #DEB9EE: hue angle of 281.89º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEB9EE is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222185238-
CMYK0.070.2200.07
HSL281.89º60.92%82.94%-
HSV(B)281.89º22.27%93.33%-
XYZ62.9156.488.46-
YUV202.1148.26142.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 185 (72.66% from 255) = 28.68%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=34.42%
G=28.68%
B=36.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221852380.070.2200.07281.8960.9282.94
HexDEB9EE7160711a3d53
Octal3362713567260743275123
Binary1101111010111001111011101111011001111000110101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB9EE; }

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

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

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

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

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

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

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

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