#DEC1FD

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

Shades of Mauve #DEC1FD

Tints of Mauve #DEC1FD

Color information

#DEC1FD (or 0xDEC1FD) is unknown color: approx Mauve. HEX triplet: DE, C1 and FD. RGB value is (222,193,253). Sum of RGB (Red+Green+Blue) = 222+193+253=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEC1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC1FD is #213E02. Grayscale: #D0D0D0. Windows color (decimal): -2178563 or 16630238. OLE color: 16630238.

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

Color convert

RGB222193253-
CMYK0.120.2400.01
HSL269º93.75%87.45%-
HSV(B)269º23.72%99.22%-
XYZ66.9260.76101.13-
YUV208.51153.11137.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.23%
GREEN value IS 193 (75.78% from 255) = 28.89%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=33.23%
G=28.89%
B=37.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221932530.120.2400.0126993.7587.45
HexDEC1FDC180110d5e57
Octal336301375143001415136127
Binary1101111011000001111111011100110000110000110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1FD; }

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

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

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

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

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

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

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

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