#DEB3FD

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

Shades of Mauve #DEB3FD

Tints of Mauve #DEB3FD

Color information

#DEB3FD (or 0xDEB3FD) is unknown color: approx Mauve. HEX triplet: DE, B3 and FD. RGB value is (222,179,253). Sum of RGB (Red+Green+Blue) = 222+179+253=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEB3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB3FD is #214C02. Grayscale: #C8C8C8. Windows color (decimal): -2182147 or 16626654. OLE color: 16626654.

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

Color convert

RGB222179253-
CMYK0.120.2900.01
HSL274.86º94.87%84.71%-
HSV(B)274.86º29.25%99.22%-
XYZ63.9754.86100.15-
YUV200.29157.75143.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 179 (70.31% from 255) = 27.37%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=33.94%
G=27.37%
B=38.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221792530.120.2900.01274.8694.8784.71
HexDEB3FDC1D011135f55
Octal336263375143501423137125
Binary1101111010110011111111011100111010110001001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB3FD; }

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

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

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

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

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

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

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

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