#DEB3FE

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

Shades of Mauve #DEB3FE

Tints of Mauve #DEB3FE

Color information

#DEB3FE (or 0xDEB3FE) is unknown color: approx Mauve. HEX triplet: DE, B3 and FE. RGB value is (222,179,254). Sum of RGB (Red+Green+Blue) = 222+179+254=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 179 (70.31% from 255 or 27.33% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEB3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB3FE is #214C01. Grayscale: #C8C8C8. Windows color (decimal): -2182146 or 16692190. OLE color: 16692190.

HSL color Cylindrical-coordinate representation of color #DEB3FE: hue angle of 274.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEB3FE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB222179254-
CMYK0.130.3000.00
HSL274.4º97.4%84.9%-
HSV(B)274.4º29.53%99.61%-
XYZ64.1354.93100.99-
YUV200.41158.25143.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.89%
GREEN value IS 179 (70.31% from 255) = 27.33%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=33.89%
G=27.33%
B=38.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221792540.130.3000.00274.497.484.9
HexDEB3FED1E001126155
Octal336263376153600422141125
Binary1101111010110011111111101101111100010001001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB3FE; }

 p { color: rgb(222,179,254); }

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

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

 a { background-color: rgb(222,179,254); }

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

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

 span { border-color: rgb(222,179,254); }

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