#DFAFFC

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

Shades of Mauve #DFAFFC

Tints of Mauve #DFAFFC

Color information

#DFAFFC (or 0xDFAFFC) is unknown color: approx Mauve. HEX triplet: DF, AF and FC. RGB value is (223,175,252). Sum of RGB (Red+Green+Blue) = 223+175+252=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFAFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAFFC is #205003. Grayscale: #C5C5C5. Windows color (decimal): -2117636 or 16560095. OLE color: 16560095.

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

Color convert

RGB223175252-
CMYK0.120.3100.01
HSL277.4º92.77%83.73%-
HSV(B)277.4º30.56%98.82%-
XYZ63.3353.3899.06-
YUV198.13158.4145.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 175 (68.75% from 255) = 26.92%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=34.31%
G=26.92%
B=38.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231752520.120.3100.01277.492.7783.73
HexDFAFFCC1F011155d54
Octal337257374143701425135124
Binary1101111110101111111111001100111110110001010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFFC; }

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

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

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

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

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

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

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

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