#DAAFFD

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

Shades of Mauve #DAAFFD

Tints of Mauve #DAAFFD

Color information

#DAAFFD (or 0xDAAFFD) is unknown color: approx Mauve. HEX triplet: DA, AF and FD. RGB value is (218,175,253). Sum of RGB (Red+Green+Blue) = 218+175+253=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAAFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFFD is #255002. Grayscale: #C4C4C4. Windows color (decimal): -2445315 or 16625626. OLE color: 16625626.

HSL color Cylindrical-coordinate representation of color #DAAFFD: hue angle of 273.08º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAAFFD is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218175253-
CMYK0.140.3100.01
HSL273.08º95.12%83.92%-
HSV(B)273.08º30.83%99.22%-
XYZ61.9752.6699.83-
YUV196.75159.75143.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.75%
GREEN value IS 175 (68.75% from 255) = 27.09%
BLUE value IS 253 (99.22% from 255) = 39.16%
R=33.75%
G=27.09%
B=39.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181752530.140.3100.01273.0895.1283.92
HexDAAFFDE1F011115f54
Octal332257375163701421137124
Binary1101101010101111111111011110111110110001000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFFD; }

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

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

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

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

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

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

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

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