#DAACF8

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

Shades of Mauve #DAACF8

Tints of Mauve #DAACF8

Color information

#DAACF8 (or 0xDAACF8) is unknown color: approx Mauve. HEX triplet: DA, AC and F8. RGB value is (218,172,248). Sum of RGB (Red+Green+Blue) = 218+172+248=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 248 - color contains mainly: blue. Hex color #DAACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACF8 is #255307. Grayscale: #C2C2C2. Windows color (decimal): -2446088 or 16297178. OLE color: 16297178.

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

Color convert

RGB218172248-
CMYK0.120.3100.03
HSL276.32º84.44%82.35%-
HSV(B)276.32º30.65%97.25%-
XYZ60.6151.1995.49-
YUV194.42158.24144.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 172 (67.58% from 255) = 26.96%
BLUE value IS 248 (97.27% from 255) = 38.87%
R=34.17%
G=26.96%
B=38.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2181722480.120.3100.03276.3284.4482.35
HexDAACF8C1F031145452
Octal332254370143703424124122
Binary11011010101011001111100011001111101110001010010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACF8; }

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

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

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

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

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

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

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

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