#deb7f3

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

Shades of Mauve #DEB7F3

Tints of Mauve #DEB7F3

Color information

#DEB7F3 (or 0xDEB7F3) is unknown color: approx Mauve. HEX triplet: DE, B7 and F3. RGB value is (222,183,243). Sum of RGB (Red+Green+Blue) = 222+183+243=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 183 (71.88% from 255 or 28.24% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEB7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB7F3 is #21480C. Grayscale: #C9C9C9. Windows color (decimal): -2181133 or 15972318. OLE color: 15972318.

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

Color convert

RGB222183243-
CMYK0.090.2500.05
HSL279º71.43%83.53%-
HSV(B)279º24.69%95.29%-
XYZ63.2455.8792.24-
YUV201.5151.42142.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.26%
GREEN value IS 183 (71.88% from 255) = 28.24%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=34.26%
G=28.24%
B=37.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221832430.090.2500.0527971.4383.53
HexDEB7F3919051174754
Octal336267363113105427107124
Binary110111101011011111110011100111001010110001011110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deb7f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deb7f3; }

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

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

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

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

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

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

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

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