#DEC3FF

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

Shades of Mauve #DEC3FF

Tints of Mauve #DEC3FF

Color information

#DEC3FF (or 0xDEC3FF) is unknown color: approx Mauve. HEX triplet: DE, C3 and FF. RGB value is (222,195,255). Sum of RGB (Red+Green+Blue) = 222+195+255=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 195 (76.56% from 255 or 29.02% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC3FF is #213C00. Grayscale: #D1D1D1. Windows color (decimal): -2178049 or 16761822. OLE color: 16761822.

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

Color convert

RGB222195255-
CMYK0.130.2400
HSL267º100%88.24%-
HSV(B)267º23.53%100%-
XYZ67.6961.78102.96-
YUV209.91153.45136.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.04%
GREEN value IS 195 (76.56% from 255) = 29.02%
BLUE value IS 255 (100% from 255) = 37.95%
R=33.04%
G=29.02%
B=37.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221952550.130.240026710088.24
HexDEC3FFD180010b6458
Octal336303377153000413144130
Binary1101111011000011111111111101110000010000101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC3FF; }

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

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

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

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

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

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

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

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