#DEBAEA

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

Shades of Mauve #DEBAEA

Tints of Mauve #DEBAEA

Color information

#DEBAEA (or 0xDEBAEA) is unknown color: approx Mauve. HEX triplet: DE, BA and EA. RGB value is (222,186,234). Sum of RGB (Red+Green+Blue) = 222+186+234=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAEA is #214515. Grayscale: #CACACA. Windows color (decimal): -2180374 or 15383262. OLE color: 15383262.

HSL color Cylindrical-coordinate representation of color #DEBAEA: hue angle of 285º degrees, saturation: 0.53, 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 #DEBAEA is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222186234-
CMYK0.050.2100.08
HSL285º53.33%82.35%-
HSV(B)285º20.51%91.76%-
XYZ62.5356.5985.47-
YUV202.24145.93142.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 186 (73.05% from 255) = 28.97%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=34.58%
G=28.97%
B=36.45%

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
Decimal2221862340.050.2100.0828553.3382.35
HexDEBAEA5150811d3552
Octal33627235252501043565122
Binary11011110101110101110101010110101010001000111011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAEA; }

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

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

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

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

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

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

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

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