#DFABFF

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

Shades of Mauve #DFABFF

Tints of Mauve #DFABFF

Color information

#DFABFF (or 0xDFABFF) is unknown color: approx Mauve. HEX triplet: DF, AB and FF. RGB value is (223,171,255). Sum of RGB (Red+Green+Blue) = 223+171+255=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABFF is #205400. Grayscale: #C3C3C3. Windows color (decimal): -2118657 or 16755679. OLE color: 16755679.

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

Color convert

RGB223171255-
CMYK0.130.3300
HSL277.14º100%83.53%-
HSV(B)277.14º32.94%100%-
XYZ63.0452.03101.33-
YUV196.12161.23147.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.36%
GREEN value IS 171 (67.19% from 255) = 26.35%
BLUE value IS 255 (100% from 255) = 39.29%
R=34.36%
G=26.35%
B=39.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231712550.130.3300277.1410083.53
HexDFABFFD21001156454
Octal337253377154100425144124
Binary11011111101010111111111111011000010010001010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABFF; }

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

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

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

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

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

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

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

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