#DEC1FC

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

Shades of Mauve #DEC1FC

Tints of Mauve #DEC1FC

Color information

#DEC1FC (or 0xDEC1FC) is unknown color: approx Mauve. HEX triplet: DE, C1 and FC. RGB value is (222,193,252). Sum of RGB (Red+Green+Blue) = 222+193+252=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 193 (75.78% from 255 or 28.94% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEC1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC1FC is #213E03. Grayscale: #D0D0D0. Windows color (decimal): -2178564 or 16564702. OLE color: 16564702.

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

Color convert

RGB222193252-
CMYK0.120.2300.01
HSL269.49º90.77%87.25%-
HSV(B)269.49º23.41%98.82%-
XYZ66.7660.7100.29-
YUV208.4152.61137.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.28%
GREEN value IS 193 (75.78% from 255) = 28.94%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=33.28%
G=28.94%
B=37.78%

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
Decimal2221932520.120.2300.01269.4990.7787.25
HexDEC1FCC170110d5b57
Octal336301374142701415133127
Binary1101111011000001111111001100101110110000110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1FC; }

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

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

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

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

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

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

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

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