#DEB3F8

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

Shades of Mauve #DEB3F8

Tints of Mauve #DEB3F8

Color information

#DEB3F8 (or 0xDEB3F8) is unknown color: approx Mauve. HEX triplet: DE, B3 and F8. RGB value is (222,179,248). Sum of RGB (Red+Green+Blue) = 222+179+248=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 248 (97.27% from 255 or 38.21% from 649); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEB3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB3F8 is #214C07. Grayscale: #C7C7C7. Windows color (decimal): -2182152 or 16298974. OLE color: 16298974.

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

Color convert

RGB222179248-
CMYK0.100.2800.03
HSL277.39º83.13%83.73%-
HSV(B)277.39º27.82%97.25%-
XYZ63.1954.5596.01-
YUV199.72155.25143.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.21%
GREEN value IS 179 (70.31% from 255) = 27.58%
BLUE value IS 248 (97.27% from 255) = 38.21%
R=34.21%
G=27.58%
B=38.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2221792480.100.2800.03277.3983.1383.73
HexDEB3F8A1C031155354
Octal336263370123403425123124
Binary11011110101100111111100010101110001110001010110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB3F8; }

 p { color: rgb(222,179,248); }

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

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

 a { background-color: rgb(222,179,248); }

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

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

 span { border-color: rgb(222,179,248); }

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