#DEB6ED

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

Shades of Mauve #DEB6ED

Tints of Mauve #DEB6ED

Color information

#DEB6ED (or 0xDEB6ED) is unknown color: approx Mauve. HEX triplet: DE, B6 and ED. RGB value is (222,182,237). Sum of RGB (Red+Green+Blue) = 222+182+237=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB6ED is #214912. Grayscale: #C8C8C8. Windows color (decimal): -2181395 or 15578846. OLE color: 15578846.

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

Color convert

RGB222182237-
CMYK0.060.2300.07
HSL283.64º60.44%82.16%-
HSV(B)283.64º23.21%92.94%-
XYZ62.1455.187.48-
YUV200.23148.75143.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 182 (71.48% from 255) = 28.39%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=34.63%
G=28.39%
B=36.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221822370.060.2300.07283.6460.4482.16
HexDEB6ED6170711c3c52
Octal3362663556270743474122
Binary1101111010110110111011011101011101111000111001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB6ED; }

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

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

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

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

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

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

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

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