#deb7ed

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

Shades of Mauve #DEB7ED

Tints of Mauve #DEB7ED

Color information

#DEB7ED (or 0xDEB7ED) is unknown color: approx Mauve. HEX triplet: DE, B7 and ED. RGB value is (222,183,237). Sum of RGB (Red+Green+Blue) = 222+183+237=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 183 (71.88% from 255 or 28.50% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB7ED is #214812. Grayscale: #C8C8C8. Windows color (decimal): -2181139 or 15579102. OLE color: 15579102.

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

Color convert

RGB222183237-
CMYK0.060.2300.07
HSL283.33º60%82.35%-
HSV(B)283.33º22.78%92.94%-
XYZ62.3455.5187.55-
YUV200.82148.42143.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 183 (71.88% from 255) = 28.50%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=34.58%
G=28.50%
B=36.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221832370.060.2300.07283.336082.35
HexDEB7ED6170711b3c52
Octal3362673556270743374122
Binary1101111010110111111011011101011101111000110111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deb7ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deb7ed; }

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

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

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

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

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

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

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

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