#DAACFC

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

Shades of Mauve #DAACFC

Tints of Mauve #DAACFC

Color information

#DAACFC (or 0xDAACFC) is unknown color: approx Mauve. HEX triplet: DA, AC and FC. RGB value is (218,172,252). Sum of RGB (Red+Green+Blue) = 218+172+252=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACFC is #255303. Grayscale: #C2C2C2. Windows color (decimal): -2446084 or 16559322. OLE color: 16559322.

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

Color convert

RGB218172252-
CMYK0.130.3200.01
HSL274.5º93.02%83.14%-
HSV(B)274.5º31.75%98.82%-
XYZ61.2451.4498.8-
YUV194.87160.24144.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 172 (67.58% from 255) = 26.79%
BLUE value IS 252 (98.83% from 255) = 39.25%
R=33.96%
G=26.79%
B=39.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181722520.130.3200.01274.593.0283.14
HexDAACFCD20011125d53
Octal332254374154001422135123
Binary11011010101011001111110011011000000110001001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACFC; }

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

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

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

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

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

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

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

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