#DEB4F7

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

Shades of Mauve #DEB4F7

Tints of Mauve #DEB4F7

Color information

#DEB4F7 (or 0xDEB4F7) is unknown color: approx Mauve. HEX triplet: DE, B4 and F7. RGB value is (222,180,247). Sum of RGB (Red+Green+Blue) = 222+180+247=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 180 (70.70% from 255 or 27.73% from 649); Blue value is 247 (96.88% from 255 or 38.06% from 649); Max value from RGB is 247 - color contains mainly: blue. Hex color #DEB4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB4F7 is #214B08. Grayscale: #C7C7C7. Windows color (decimal): -2181897 or 16233694. OLE color: 16233694.

HSL color Cylindrical-coordinate representation of color #DEB4F7: hue angle of 277.61º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEB4F7 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB222180247-
CMYK0.100.2700.03
HSL277.61º80.72%83.73%-
HSV(B)277.61º27.13%96.86%-
XYZ63.2354.8995.26-
YUV200.2154.41143.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.21%
GREEN value IS 180 (70.70% from 255) = 27.73%
BLUE value IS 247 (96.88% from 255) = 38.06%
R=34.21%
G=27.73%
B=38.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2221802470.100.2700.03277.6180.7283.73
HexDEB4F7A1B031165154
Octal336264367123303426121124
Binary11011110101101001111011110101101101110001011010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB4F7; }

 p { color: rgb(222,180,247); }

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

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

 a { background-color: rgb(222,180,247); }

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

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

 span { border-color: rgb(222,180,247); }

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