#DEB4ED

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

Shades of Mauve #DEB4ED

Tints of Mauve #DEB4ED

Color information

#DEB4ED (or 0xDEB4ED) is unknown color: approx Mauve. HEX triplet: DE, B4 and ED. RGB value is (222,180,237). Sum of RGB (Red+Green+Blue) = 222+180+237=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 180 (70.70% from 255 or 28.17% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEB4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB4ED is #214B12. Grayscale: #C6C6C6. Windows color (decimal): -2181907 or 15578334. OLE color: 15578334.

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

Color convert

RGB222180237-
CMYK0.060.2400.07
HSL284.21º61.29%81.76%-
HSV(B)284.21º24.05%92.94%-
XYZ61.7354.2987.35-
YUV199.06149.41144.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 180 (70.70% from 255) = 28.17%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=34.74%
G=28.17%
B=37.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221802370.060.2400.07284.2161.2981.76
HexDEB4ED6180711c3d52
Octal3362643556300743475122
Binary1101111010110100111011011101100001111000111001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB4ED; }

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

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

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

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

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

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

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

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