#DEC0FF

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

Shades of Mauve #DEC0FF

Tints of Mauve #DEC0FF

Color information

#DEC0FF (or 0xDEC0FF) is unknown color: approx Mauve. HEX triplet: DE, C0 and FF. RGB value is (222,192,255). Sum of RGB (Red+Green+Blue) = 222+192+255=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0FF is #213F00. Grayscale: #CFCFCF. Windows color (decimal): -2178817 or 16761054. OLE color: 16761054.

HSL color Cylindrical-coordinate representation of color #DEC0FF: hue angle of 268.57º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEC0FF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222192255-
CMYK0.130.2500
HSL268.57º100%87.65%-
HSV(B)268.57º24.71%100%-
XYZ67.0260.45102.74-
YUV208.15154.44137.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.18%
GREEN value IS 192 (75.39% from 255) = 28.70%
BLUE value IS 255 (100% from 255) = 38.12%
R=33.18%
G=28.70%
B=38.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221922550.130.2500268.5710087.65
HexDEC0FFD190010d6458
Octal336300377153100415144130
Binary1101111011000000111111111101110010010000110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0FF; }

 p { color: rgb(222,192,255); }

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

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

 a { background-color: rgb(222,192,255); }

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

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

 span { border-color: rgb(222,192,255); }

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