#DEB7F4

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

Shades of Mauve #DEB7F4

Tints of Mauve #DEB7F4

Color information

#DEB7F4 (or 0xDEB7F4) is unknown color: approx Mauve. HEX triplet: DE, B7 and F4. RGB value is (222,183,244). Sum of RGB (Red+Green+Blue) = 222+183+244=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 244 (95.70% from 255 or 37.60% from 649); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEB7F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB7F4 is #21480B. Grayscale: #C9C9C9. Windows color (decimal): -2181132 or 16037854. OLE color: 16037854.

HSL color Cylindrical-coordinate representation of color #DEB7F4: hue angle of 278.36º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEB7F4 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222183244-
CMYK0.090.2500.04
HSL278.36º73.49%83.73%-
HSV(B)278.36º25%95.69%-
XYZ63.3955.9393.04-
YUV201.61151.92142.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.21%
GREEN value IS 183 (71.88% from 255) = 28.20%
BLUE value IS 244 (95.70% from 255) = 37.60%
R=34.21%
G=28.20%
B=37.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221832440.090.2500.04278.3673.4983.73
HexDEB7F4919041164954
Octal336267364113104426111124
Binary110111101011011111110100100111001010010001011010010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB7F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB7F4; }

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

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

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

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

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

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

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

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