#DAAEFF

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

Shades of Mauve #DAAEFF

Tints of Mauve #DAAEFF

Color information

#DAAEFF (or 0xDAAEFF) is unknown color: approx Mauve. HEX triplet: DA, AE and FF. RGB value is (218,174,255). Sum of RGB (Red+Green+Blue) = 218+174+255=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEFF is #255100. Grayscale: #C4C4C4. Windows color (decimal): -2445569 or 16756442. OLE color: 16756442.

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

Color convert

RGB218174255-
CMYK0.150.3200
HSL272.59º100%84.12%-
HSV(B)272.59º31.76%100%-
XYZ62.152.4101.45-
YUV196.39161.08143.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 174 (68.36% from 255) = 26.89%
BLUE value IS 255 (100% from 255) = 39.41%
R=33.69%
G=26.89%
B=39.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181742550.150.3200272.5910084.12
HexDAAEFFF20001116454
Octal332256377174000421144124
Binary11011010101011101111111111111000000010001000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEFF; }

 p { color: rgb(218,174,255); }

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

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

 a { background-color: rgb(218,174,255); }

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

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

 span { border-color: rgb(218,174,255); }

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