#DEBAEB

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

Shades of Mauve #DEBAEB

Tints of Mauve #DEBAEB

Color information

#DEBAEB (or 0xDEBAEB) is unknown color: approx Mauve. HEX triplet: DE, BA and EB. RGB value is (222,186,235). Sum of RGB (Red+Green+Blue) = 222+186+235=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEBAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAEB is #214514. Grayscale: #CACACA. Windows color (decimal): -2180373 or 15448798. OLE color: 15448798.

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

Color convert

RGB222186235-
CMYK0.060.2100.08
HSL284.08º55.06%82.55%-
HSV(B)284.08º20.85%92.16%-
XYZ62.6856.6586.23-
YUV202.35146.43142.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=34.53%
G=28.93%
B=36.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221862350.060.2100.08284.0855.0682.55
HexDEBAEB6150811c3753
Octal33627235362501043467123
Binary11011110101110101110101111010101010001000111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAEB; }

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

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

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

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

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

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

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

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