#DFAEFB

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

Shades of Mauve #DFAEFB

Tints of Mauve #DFAEFB

Color information

#DFAEFB (or 0xDFAEFB) is unknown color: approx Mauve. HEX triplet: DF, AE and FB. RGB value is (223,174,251). Sum of RGB (Red+Green+Blue) = 223+174+251=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFAEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAEFB is #205104. Grayscale: #C5C5C5. Windows color (decimal): -2117893 or 16494303. OLE color: 16494303.

HSL color Cylindrical-coordinate representation of color #DFAEFB: hue angle of 278.18º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFAEFB is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223174251-
CMYK0.110.3100.02
HSL278.18º90.59%83.33%-
HSV(B)278.18º30.68%98.43%-
XYZ62.9852.9398.16-
YUV197.43158.23146.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 174 (68.36% from 255) = 26.85%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=34.41%
G=26.85%
B=38.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231742510.110.3100.02278.1890.5983.33
HexDFAEFBB1F021165b53
Octal337256373133702426133123
Binary11011111101011101111101110111111101010001011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEFB; }

 p { color: rgb(223,174,251); }

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

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

 a { background-color: rgb(223,174,251); }

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

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

 span { border-color: rgb(223,174,251); }

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