#DFACED

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

Shades of Mauve #DFACED

Tints of Mauve #DFACED

Color information

#DFACED (or 0xDFACED) is unknown color: approx Mauve. HEX triplet: DF, AC and ED. RGB value is (223,172,237). Sum of RGB (Red+Green+Blue) = 223+172+237=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACED is #205312. Grayscale: #C2C2C2. Windows color (decimal): -2118419 or 15576287. OLE color: 15576287.

HSL color Cylindrical-coordinate representation of color #DFACED: hue angle of 287.08º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFACED is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223172237-
CMYK0.060.2700.07
HSL287.08º64.36%80.2%-
HSV(B)287.08º27.43%92.94%-
XYZ60.4751.3186.84-
YUV194.66151.9148.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=35.28%
G=27.22%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231722370.060.2700.07287.0864.3680.2
HexDFACED61B0711f4050
Octal33725435563307437100120
Binary11011111101011001110110111011011011110001111110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACED; }

 p { color: rgb(223,172,237); }

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

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

 a { background-color: rgb(223,172,237); }

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

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

 span { border-color: rgb(223,172,237); }

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