#DFAFFF

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

Shades of Mauve #DFAFFF

Tints of Mauve #DFAFFF

Color information

#DFAFFF (or 0xDFAFFF) is unknown color: approx Mauve. HEX triplet: DF, AF and FF. RGB value is (223,175,255). Sum of RGB (Red+Green+Blue) = 223+175+255=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAFFF is #205000. Grayscale: #C6C6C6. Windows color (decimal): -2117633 or 16756703. OLE color: 16756703.

HSL color Cylindrical-coordinate representation of color #DFAFFF: hue angle of 276º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFAFFF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223175255-
CMYK0.130.3100
HSL276º100%84.31%-
HSV(B)276º31.37%100%-
XYZ63.8153.57101.58-
YUV198.47159.9145.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 175 (68.75% from 255) = 26.80%
BLUE value IS 255 (100% from 255) = 39.05%
R=34.15%
G=26.80%
B=39.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231752550.130.310027610084.31
HexDFAFFFD1F001146454
Octal337257377153700424144124
Binary1101111110101111111111111101111110010001010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFFF; }

 p { color: rgb(223,175,255); }

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

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

 a { background-color: rgb(223,175,255); }

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

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

 span { border-color: rgb(223,175,255); }

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