#DEB9EA

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

Shades of Mauve #DEB9EA

Tints of Mauve #DEB9EA

Color information

#DEB9EA (or 0xDEB9EA) is unknown color: approx Mauve. HEX triplet: DE, B9 and EA. RGB value is (222,185,234). Sum of RGB (Red+Green+Blue) = 222+185+234=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEB9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB9EA is #214615. Grayscale: #C9C9C9. Windows color (decimal): -2180630 or 15383006. OLE color: 15383006.

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

Color convert

RGB222185234-
CMYK0.050.2100.08
HSL285.31º53.85%82.16%-
HSV(B)285.31º20.94%91.76%-
XYZ62.3256.1785.4-
YUV201.65146.26142.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 185 (72.66% from 255) = 28.86%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=34.63%
G=28.86%
B=36.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221852340.050.2100.08285.3153.8582.16
HexDEB9EA5150811d3652
Octal33627135252501043566122
Binary11011110101110011110101010110101010001000111011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB9EA; }

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

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

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

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

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

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

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

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