#DEB7FD

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

Shades of Mauve #DEB7FD

Tints of Mauve #DEB7FD

Color information

#DEB7FD (or 0xDEB7FD) is unknown color: approx Mauve. HEX triplet: DE, B7 and FD. RGB value is (222,183,253). Sum of RGB (Red+Green+Blue) = 222+183+253=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 183 (71.88% from 255 or 27.81% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEB7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB7FD is #214802. Grayscale: #CACACA. Windows color (decimal): -2181123 or 16627678. OLE color: 16627678.

HSL color Cylindrical-coordinate representation of color #DEB7FD: hue angle of 273.43º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEB7FD is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222183253-
CMYK0.120.2800.01
HSL273.43º94.59%85.49%-
HSV(B)273.43º27.67%99.22%-
XYZ64.7956.49100.42-
YUV202.64156.42141.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.74%
GREEN value IS 183 (71.88% from 255) = 27.81%
BLUE value IS 253 (99.22% from 255) = 38.45%
R=33.74%
G=27.81%
B=38.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221832530.120.2800.01273.4394.5985.49
HexDEB7FDC1C011115f55
Octal336267375143401421137125
Binary1101111010110111111111011100111000110001000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB7FD; }

 p { color: rgb(222,183,253); }

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

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

 a { background-color: rgb(222,183,253); }

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

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

 span { border-color: rgb(222,183,253); }

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