#DFC2FE

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

Shades of Mauve #DFC2FE

Tints of Mauve #DFC2FE

Color information

#DFC2FE (or 0xDFC2FE) is unknown color: approx Mauve. HEX triplet: DF, C2 and FE. RGB value is (223,194,254). Sum of RGB (Red+Green+Blue) = 223+194+254=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 194 (76.17% from 255 or 28.91% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2FE is #203D01. Grayscale: #D1D1D1. Windows color (decimal): -2112770 or 16696031. OLE color: 16696031.

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

Color convert

RGB223194254-
CMYK0.120.2400.00
HSL269º96.77%87.84%-
HSV(B)269º23.62%99.61%-
XYZ67.6161.43102.06-
YUV209.51153.11137.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 194 (76.17% from 255) = 28.91%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=33.23%
G=28.91%
B=37.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2231942540.120.2400.0026996.7787.84
HexDFC2FEC180010d6158
Octal337302376143000415141130
Binary1101111111000010111111101100110000010000110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2FE; }

 p { color: rgb(223,194,254); }

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

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

 a { background-color: rgb(223,194,254); }

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

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

 span { border-color: rgb(223,194,254); }

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