#DEB5F3

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

Shades of Mauve #DEB5F3

Tints of Mauve #DEB5F3

Color information

#DEB5F3 (or 0xDEB5F3) is unknown color: approx Mauve. HEX triplet: DE, B5 and F3. RGB value is (222,181,243). Sum of RGB (Red+Green+Blue) = 222+181+243=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEB5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB5F3 is #214A0C. Grayscale: #C8C8C8. Windows color (decimal): -2181645 or 15971806. OLE color: 15971806.

HSL color Cylindrical-coordinate representation of color #DEB5F3: hue angle of 279.68º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEB5F3 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222181243-
CMYK0.090.2600.05
HSL279.68º72.09%83.14%-
HSV(B)279.68º25.51%95.29%-
XYZ62.8355.0592.11-
YUV200.33152.08143.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.37%
GREEN value IS 181 (71.09% from 255) = 28.02%
BLUE value IS 243 (95.31% from 255) = 37.62%
R=34.37%
G=28.02%
B=37.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221812430.090.2600.05279.6872.0983.14
HexDEB5F391A051184853
Octal336265363113205430110123
Binary110111101011010111110011100111010010110001100010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB5F3; }

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

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

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

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

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

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

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

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