#DAACFE

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

Shades of Mauve #DAACFE

Tints of Mauve #DAACFE

Color information

#DAACFE (or 0xDAACFE) is unknown color: approx Mauve. HEX triplet: DA, AC and FE. RGB value is (218,172,254). Sum of RGB (Red+Green+Blue) = 218+172+254=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACFE is #255301. Grayscale: #C2C2C2. Windows color (decimal): -2446082 or 16690394. OLE color: 16690394.

HSL color Cylindrical-coordinate representation of color #DAACFE: hue angle of 273.66º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAACFE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218172254-
CMYK0.140.3200.00
HSL273.66º97.62%83.53%-
HSV(B)273.66º32.28%99.61%-
XYZ61.5651.57100.47-
YUV195.1161.24144.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.85%
GREEN value IS 172 (67.58% from 255) = 26.71%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=33.85%
G=26.71%
B=39.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181722540.140.3200.00273.6697.6283.53
HexDAACFEE20001126254
Octal332254376164000422142124
Binary11011010101011001111111011101000000010001001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACFE; }

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

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

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

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

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

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

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

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