#DAAFEE

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

Shades of Mauve #DAAFEE

Tints of Mauve #DAAFEE

Color information

#DAAFEE (or 0xDAAFEE) is unknown color: approx Mauve. HEX triplet: DA, AF and EE. RGB value is (218,175,238). Sum of RGB (Red+Green+Blue) = 218+175+238=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAAFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFEE is #255011. Grayscale: #C2C2C2. Windows color (decimal): -2445330 or 15642586. OLE color: 15642586.

HSL color Cylindrical-coordinate representation of color #DAAFEE: hue angle of 280.95º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAAFEE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218175238-
CMYK0.080.2600.07
HSL280.95º64.95%80.98%-
HSV(B)280.95º26.47%93.33%-
XYZ59.6851.7487.73-
YUV195.04152.25144.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=34.55%
G=27.73%
B=37.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181752380.080.2600.07280.9564.9580.98
HexDAAFEE81A071194151
Octal332257356103207431101121
Binary110110101010111111101110100011010011110001100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFEE; }

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

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

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

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

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

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

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

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