#DEBAED

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

Shades of Mauve #DEBAED

Tints of Mauve #DEBAED

Color information

#DEBAED (or 0xDEBAED) is unknown color: approx Mauve. HEX triplet: DE, BA and ED. RGB value is (222,186,237). Sum of RGB (Red+Green+Blue) = 222+186+237=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAED is #214512. Grayscale: #CACACA. Windows color (decimal): -2180371 or 15579870. OLE color: 15579870.

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

Color convert

RGB222186237-
CMYK0.060.2200.07
HSL282.35º58.62%82.94%-
HSV(B)282.35º21.52%92.94%-
XYZ62.9756.7687.76-
YUV202.58147.43141.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 186 (73.05% from 255) = 28.84%
BLUE value IS 237 (92.97% from 255) = 36.74%
R=34.42%
G=28.84%
B=36.74%

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
Decimal2221862370.060.2200.07282.3558.6282.94
HexDEBAED6160711a3b53
Octal3362723556260743273123
Binary1101111010111010111011011101011001111000110101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAED; }

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

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

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

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

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

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

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

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