#DEB0EA

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

Shades of Mauve #DEB0EA

Tints of Mauve #DEB0EA

Color information

#DEB0EA (or 0xDEB0EA) is unknown color: approx Mauve. HEX triplet: DE, B0 and EA. RGB value is (222,176,234). Sum of RGB (Red+Green+Blue) = 222+176+234=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEB0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0EA is #214F15. Grayscale: #C4C4C4. Windows color (decimal): -2182934 or 15380702. OLE color: 15380702.

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

Color convert

RGB222176234-
CMYK0.050.2500.08
HSL287.59º58%80.39%-
HSV(B)287.59º24.79%91.76%-
XYZ60.552.5284.79-
YUV196.37149.24146.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.13%
GREEN value IS 176 (69.14% from 255) = 27.85%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=35.13%
G=27.85%
B=37.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221762340.050.2500.08287.595880.39
HexDEB0EA519081203a50
Octal33626035253101044072120
Binary11011110101100001110101010111001010001001000001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0EA; }

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

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

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

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

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

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

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

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