#DEB0ED

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

Shades of Mauve #DEB0ED

Tints of Mauve #DEB0ED

Color information

#DEB0ED (or 0xDEB0ED) is unknown color: approx Mauve. HEX triplet: DE, B0 and ED. RGB value is (222,176,237). Sum of RGB (Red+Green+Blue) = 222+176+237=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEB0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0ED is #214F12. Grayscale: #C4C4C4. Windows color (decimal): -2182931 or 15577310. OLE color: 15577310.

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

Color convert

RGB222176237-
CMYK0.060.2600.07
HSL285.25º62.89%80.98%-
HSV(B)285.25º25.74%92.94%-
XYZ60.9452.6987.08-
YUV196.71150.74146.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 176 (69.14% from 255) = 27.72%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=34.96%
G=27.72%
B=37.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221762370.060.2600.07285.2562.8980.98
HexDEB0ED61A0711d3f51
Octal3362603556320743577121
Binary1101111010110000111011011101101001111000111011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0ED; }

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

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

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

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

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

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

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

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