#DEB4EA

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

Shades of Mauve #DEB4EA

Tints of Mauve #DEB4EA

Color information

#DEB4EA (or 0xDEB4EA) is unknown color: approx Mauve. HEX triplet: DE, B4 and EA. RGB value is (222,180,234). Sum of RGB (Red+Green+Blue) = 222+180+234=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 180 (70.70% from 255 or 28.30% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB4EA is #214B15. Grayscale: #C6C6C6. Windows color (decimal): -2181910 or 15381726. OLE color: 15381726.

HSL color Cylindrical-coordinate representation of color #DEB4EA: hue angle of 286.67º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEB4EA is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222180234-
CMYK0.050.2300.08
HSL286.67º56.25%81.18%-
HSV(B)286.67º23.08%91.76%-
XYZ61.354.1185.06-
YUV198.71147.91144.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.91%
GREEN value IS 180 (70.70% from 255) = 28.30%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=34.91%
G=28.30%
B=36.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221802340.050.2300.08286.6756.2581.18
HexDEB4EA5170811f3851
Octal33626435252701043770121
Binary11011110101101001110101010110111010001000111111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB4EA; }

 p { color: rgb(222,180,234); }

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

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

 a { background-color: rgb(222,180,234); }

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

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

 span { border-color: rgb(222,180,234); }

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