#DAACFF

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

Shades of Mauve #DAACFF

Tints of Mauve #DAACFF

Color information

#DAACFF (or 0xDAACFF) is unknown color: approx Mauve. HEX triplet: DA, AC and FF. RGB value is (218,172,255). Sum of RGB (Red+Green+Blue) = 218+172+255=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACFF is #255300. Grayscale: #C2C2C2. Windows color (decimal): -2446081 or 16755930. OLE color: 16755930.

HSL color Cylindrical-coordinate representation of color #DAACFF: hue angle of 273.25º 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 #DAACFF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218172255-
CMYK0.150.3300
HSL273.25º100%83.73%-
HSV(B)273.25º32.55%100%-
XYZ61.7251.63101.32-
YUV195.22161.74144.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.80%
GREEN value IS 172 (67.58% from 255) = 26.67%
BLUE value IS 255 (100% from 255) = 39.53%
R=33.80%
G=26.67%
B=39.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181722550.150.3300273.2510083.73
HexDAACFFF21001116454
Octal332254377174100421144124
Binary11011010101011001111111111111000010010001000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACFF; }

 p { color: rgb(218,172,255); }

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

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

 a { background-color: rgb(218,172,255); }

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

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

 span { border-color: rgb(218,172,255); }

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