#DEB1F6

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

Shades of Mauve #DEB1F6

Tints of Mauve #DEB1F6

Color information

#DEB1F6 (or 0xDEB1F6) is unknown color: approx Mauve. HEX triplet: DE, B1 and F6. RGB value is (222,177,246). Sum of RGB (Red+Green+Blue) = 222+177+246=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 177 (69.53% from 255 or 27.44% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEB1F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB1F6 is #214E09. Grayscale: #C6C6C6. Windows color (decimal): -2182666 or 16167390. OLE color: 16167390.

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

Color convert

RGB222177246-
CMYK0.100.2800.04
HSL279.13º79.31%82.94%-
HSV(B)279.13º28.05%96.47%-
XYZ62.4853.6394.25-
YUV198.32154.91144.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 177 (69.53% from 255) = 27.44%
BLUE value IS 246 (96.48% from 255) = 38.14%
R=34.42%
G=27.44%
B=38.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221772460.100.2800.04279.1379.3182.94
HexDEB1F6A1C041174f53
Octal336261366123404427117123
Binary110111101011000111110110101011100010010001011110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB1F6; }

 p { color: rgb(222,177,246); }

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

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

 a { background-color: rgb(222,177,246); }

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

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

 span { border-color: rgb(222,177,246); }

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