#DEC1FB

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

Shades of Mauve #DEC1FB

Tints of Mauve #DEC1FB

Color information

#DEC1FB (or 0xDEC1FB) is unknown color: approx Mauve. HEX triplet: DE, C1 and FB. RGB value is (222,193,251). Sum of RGB (Red+Green+Blue) = 222+193+251=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEC1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC1FB is #213E04. Grayscale: #D0D0D0. Windows color (decimal): -2178565 or 16499166. OLE color: 16499166.

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

Color convert

RGB222193251-
CMYK0.120.2300.02
HSL270º87.88%87.06%-
HSV(B)270º23.11%98.43%-
XYZ66.6160.6399.46-
YUV208.28152.11137.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.33%
GREEN value IS 193 (75.78% from 255) = 28.98%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=33.33%
G=28.98%
B=37.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221932510.120.2300.0227087.8887.06
HexDEC1FBC170210e5857
Octal336301373142702416130127
Binary11011110110000011111101111001011101010000111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1FB; }

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

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

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

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

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

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

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

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