#DEB2ED

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

Shades of Mauve #DEB2ED

Tints of Mauve #DEB2ED

Color information

#DEB2ED (or 0xDEB2ED) is unknown color: approx Mauve. HEX triplet: DE, B2 and ED. RGB value is (222,178,237). Sum of RGB (Red+Green+Blue) = 222+178+237=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEB2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB2ED is #214D12. Grayscale: #C5C5C5. Windows color (decimal): -2182419 or 15577822. OLE color: 15577822.

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

Color convert

RGB222178237-
CMYK0.060.2500.07
HSL284.75º62.11%81.37%-
HSV(B)284.75º24.89%92.94%-
XYZ61.3353.4887.21-
YUV197.88150.08145.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 178 (69.92% from 255) = 27.94%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=34.85%
G=27.94%
B=37.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221782370.060.2500.07284.7562.1181.37
HexDEB2ED6190711d3e51
Octal3362623556310743576121
Binary1101111010110010111011011101100101111000111011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB2ED; }

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

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

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

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

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

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

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

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