#DAAFFC

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

Shades of Mauve #DAAFFC

Tints of Mauve #DAAFFC

Color information

#DAAFFC (or 0xDAAFFC) is unknown color: approx Mauve. HEX triplet: DA, AF and FC. RGB value is (218,175,252). Sum of RGB (Red+Green+Blue) = 218+175+252=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAAFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFFC is #255003. Grayscale: #C4C4C4. Windows color (decimal): -2445316 or 16560090. OLE color: 16560090.

HSL color Cylindrical-coordinate representation of color #DAAFFC: hue angle of 273.51º 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 #DAAFFC is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218175252-
CMYK0.130.3100.01
HSL273.51º92.77%83.73%-
HSV(B)273.51º30.56%98.82%-
XYZ61.8152.5998.99-
YUV196.64159.25143.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.80%
GREEN value IS 175 (68.75% from 255) = 27.13%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=33.80%
G=27.13%
B=39.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181752520.130.3100.01273.5192.7783.73
HexDAAFFCD1F011125d54
Octal332257374153701422135124
Binary1101101010101111111111001101111110110001001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFFC; }

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

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

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

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

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

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

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

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