#DEB3FC

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

Shades of Mauve #DEB3FC

Tints of Mauve #DEB3FC

Color information

#DEB3FC (or 0xDEB3FC) is unknown color: approx Mauve. HEX triplet: DE, B3 and FC. RGB value is (222,179,252). Sum of RGB (Red+Green+Blue) = 222+179+252=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 179 (70.31% from 255 or 27.41% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEB3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB3FC is #214C03. Grayscale: #C7C7C7. Windows color (decimal): -2182148 or 16561118. OLE color: 16561118.

HSL color Cylindrical-coordinate representation of color #DEB3FC: hue angle of 275.34º degrees, saturation: 0.92, 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 #DEB3FC is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222179252-
CMYK0.120.2900.01
HSL275.34º92.41%84.51%-
HSV(B)275.34º28.97%98.82%-
XYZ63.8154.899.31-
YUV200.18157.25143.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 179 (70.31% from 255) = 27.41%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=34.00%
G=27.41%
B=38.59%

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
Decimal2221792520.120.2900.01275.3492.4184.51
HexDEB3FCC1D011135c55
Octal336263374143501423134125
Binary1101111010110011111111001100111010110001001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB3FC; }

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

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

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

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

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

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

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

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