#DAAFFE

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

Shades of Mauve #DAAFFE

Tints of Mauve #DAAFFE

Color information

#DAAFFE (or 0xDAAFFE) is unknown color: approx Mauve. HEX triplet: DA, AF and FE. RGB value is (218,175,254). Sum of RGB (Red+Green+Blue) = 218+175+254=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFFE is #255001. Grayscale: #C4C4C4. Windows color (decimal): -2445314 or 16691162. OLE color: 16691162.

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

Color convert

RGB218175254-
CMYK0.140.3100.00
HSL272.66º97.53%84.12%-
HSV(B)272.66º31.1%99.61%-
XYZ62.1352.72100.67-
YUV196.86160.25143.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 175 (68.75% from 255) = 27.05%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=33.69%
G=27.05%
B=39.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181752540.140.3100.00272.6697.5384.12
HexDAAFFEE1F001116254
Octal332257376163700421142124
Binary1101101010101111111111101110111110010001000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFFE; }

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

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

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

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

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

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

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

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