#DEB8ED

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

Shades of Mauve #DEB8ED

Tints of Mauve #DEB8ED

Color information

#DEB8ED (or 0xDEB8ED) is unknown color: approx Mauve. HEX triplet: DE, B8 and ED. RGB value is (222,184,237). Sum of RGB (Red+Green+Blue) = 222+184+237=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 184 (72.27% from 255 or 28.62% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEB8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB8ED is #214712. Grayscale: #C9C9C9. Windows color (decimal): -2180883 or 15579358. OLE color: 15579358.

HSL color Cylindrical-coordinate representation of color #DEB8ED: hue angle of 283.02º degrees, saturation: 0.6, 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 #DEB8ED is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222184237-
CMYK0.060.2200.07
HSL283.02º59.55%82.55%-
HSV(B)283.02º22.36%92.94%-
XYZ62.5555.9287.62-
YUV201.4148.09142.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 184 (72.27% from 255) = 28.62%
BLUE value IS 237 (92.97% from 255) = 36.86%
R=34.53%
G=28.62%
B=36.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221842370.060.2200.07283.0259.5582.55
HexDEB8ED6160711b3c53
Octal3362703556260743374123
Binary1101111010111000111011011101011001111000110111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB8ED; }

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

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

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

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

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

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

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

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