#DEB4FA

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

Shades of Mauve #DEB4FA

Tints of Mauve #DEB4FA

Color information

#DEB4FA (or 0xDEB4FA) is unknown color: approx Mauve. HEX triplet: DE, B4 and FA. RGB value is (222,180,250). Sum of RGB (Red+Green+Blue) = 222+180+250=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 180 (70.70% from 255 or 27.61% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEB4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB4FA is #214B05. Grayscale: #C8C8C8. Windows color (decimal): -2181894 or 16430302. OLE color: 16430302.

HSL color Cylindrical-coordinate representation of color #DEB4FA: hue angle of 276º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEB4FA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222180250-
CMYK0.110.2800.02
HSL276º87.5%84.31%-
HSV(B)276º28%98.04%-
XYZ63.755.0797.72-
YUV200.54155.91143.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 180 (70.70% from 255) = 27.61%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=34.05%
G=27.61%
B=38.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221802500.110.2800.0227687.584.31
HexDEB4FAB1C021145854
Octal336264372133402424130124
Binary11011110101101001111101010111110001010001010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB4FA; }

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

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

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

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

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

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

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

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