#DFAAFE

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

Shades of Mauve #DFAAFE

Tints of Mauve #DFAAFE

Color information

#DFAAFE (or 0xDFAAFE) is unknown color: approx Mauve. HEX triplet: DF, AA and FE. RGB value is (223,170,254). Sum of RGB (Red+Green+Blue) = 223+170+254=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAFE is #205501. Grayscale: #C3C3C3. Windows color (decimal): -2118914 or 16689887. OLE color: 16689887.

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

Color convert

RGB223170254-
CMYK0.120.3300.00
HSL277.86º97.67%83.14%-
HSV(B)277.86º33.07%99.61%-
XYZ62.751.59100.42-
YUV195.42161.06147.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.47%
GREEN value IS 170 (66.80% from 255) = 26.28%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=34.47%
G=26.28%
B=39.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2231702540.120.3300.00277.8697.6783.14
HexDFAAFEC21001166253
Octal337252376144100426142123
Binary11011111101010101111111011001000010010001011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAFE; }

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

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

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

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

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

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

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

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