#DAACFD

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

Shades of Mauve #DAACFD

Tints of Mauve #DAACFD

Color information

#DAACFD (or 0xDAACFD) is unknown color: approx Mauve. HEX triplet: DA, AC and FD. RGB value is (218,172,253). Sum of RGB (Red+Green+Blue) = 218+172+253=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACFD is #255302. Grayscale: #C2C2C2. Windows color (decimal): -2446083 or 16624858. OLE color: 16624858.

HSL color Cylindrical-coordinate representation of color #DAACFD: hue angle of 274.07º degrees, saturation: 0.95, 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 #DAACFD is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218172253-
CMYK0.140.3200.01
HSL274.07º95.29%83.33%-
HSV(B)274.07º32.02%99.22%-
XYZ61.451.599.63-
YUV194.99160.74144.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.90%
GREEN value IS 172 (67.58% from 255) = 26.75%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=33.90%
G=26.75%
B=39.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181722530.140.3200.01274.0795.2983.33
HexDAACFDE20011125f53
Octal332254375164001422137123
Binary11011010101011001111110111101000000110001001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACFD; }

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

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

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

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

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

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

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

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