#DEB5FA

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

Shades of Mauve #DEB5FA

Tints of Mauve #DEB5FA

Color information

#DEB5FA (or 0xDEB5FA) is unknown color: approx Mauve. HEX triplet: DE, B5 and FA. RGB value is (222,181,250). Sum of RGB (Red+Green+Blue) = 222+181+250=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEB5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB5FA is #214A05. Grayscale: #C8C8C8. Windows color (decimal): -2181638 or 16430558. OLE color: 16430558.

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

Color convert

RGB222181250-
CMYK0.110.2800.02
HSL275.65º87.34%84.51%-
HSV(B)275.65º27.6%98.04%-
XYZ63.955.4897.78-
YUV201.12155.58142.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 181 (71.09% from 255) = 27.72%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=34.00%
G=27.72%
B=38.28%

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
Decimal2221812500.110.2800.02275.6587.3484.51
HexDEB5FAB1C021145755
Octal336265372133402424127125
Binary11011110101101011111101010111110001010001010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB5FA; }

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

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

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

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

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

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

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

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