#DEB5F0

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

Shades of Mauve #DEB5F0

Tints of Mauve #DEB5F0

Color information

#DEB5F0 (or 0xDEB5F0) is unknown color: approx Mauve. HEX triplet: DE, B5 and F0. RGB value is (222,181,240). Sum of RGB (Red+Green+Blue) = 222+181+240=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEB5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB5F0 is #214A0F. Grayscale: #C7C7C7. Windows color (decimal): -2181648 or 15775198. OLE color: 15775198.

HSL color Cylindrical-coordinate representation of color #DEB5F0: hue angle of 281.69º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEB5F0 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222181240-
CMYK0.080.2500.06
HSL281.69º66.29%82.55%-
HSV(B)281.69º24.58%94.12%-
XYZ62.3854.8789.74-
YUV199.98150.58143.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 181 (71.09% from 255) = 28.15%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=34.53%
G=28.15%
B=37.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221812400.080.2500.06281.6966.2982.55
HexDEB5F08190611a4253
Octal336265360103106432102123
Binary110111101011010111110000100011001011010001101010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB5F0; }

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

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

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

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

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

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

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

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