#DEC2FD

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

Shades of Mauve #DEC2FD

Tints of Mauve #DEC2FD

Color information

#DEC2FD (or 0xDEC2FD) is unknown color: approx Mauve. HEX triplet: DE, C2 and FD. RGB value is (222,194,253). Sum of RGB (Red+Green+Blue) = 222+194+253=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 194 (76.17% from 255 or 29.00% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC2FD is #213D02. Grayscale: #D0D0D0. Windows color (decimal): -2178307 or 16630494. OLE color: 16630494.

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

Color convert

RGB222194253-
CMYK0.120.2300.01
HSL268.47º93.65%87.65%-
HSV(B)268.47º23.32%99.22%-
XYZ67.1561.21101.2-
YUV209.1152.78137.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.18%
GREEN value IS 194 (76.17% from 255) = 29.00%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=33.18%
G=29.00%
B=37.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221942530.120.2300.01268.4793.6587.65
HexDEC2FDC170110c5e58
Octal336302375142701414136130
Binary1101111011000010111111011100101110110000110010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC2FD; }

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

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

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

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

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

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

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

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