#DEB6FC

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

Shades of Mauve #DEB6FC

Tints of Mauve #DEB6FC

Color information

#DEB6FC (or 0xDEB6FC) is unknown color: approx Mauve. HEX triplet: DE, B6 and FC. RGB value is (222,182,252). Sum of RGB (Red+Green+Blue) = 222+182+252=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 182 (71.48% from 255 or 27.74% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEB6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB6FC is #214903. Grayscale: #C9C9C9. Windows color (decimal): -2181380 or 16561886. OLE color: 16561886.

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

Color convert

RGB222182252-
CMYK0.120.2800.01
HSL274.29º92.11%85.1%-
HSV(B)274.29º27.78%98.82%-
XYZ64.4256.0199.51-
YUV201.94156.25142.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.84%
GREEN value IS 182 (71.48% from 255) = 27.74%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=33.84%
G=27.74%
B=38.41%

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
Decimal2221822520.120.2800.01274.2992.1185.1
HexDEB6FCC1C011125c55
Octal336266374143401422134125
Binary1101111010110110111111001100111000110001001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB6FC; }

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

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

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

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

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

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

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

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