#DAAEEB

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

Shades of Mauve #DAAEEB

Tints of Mauve #DAAEEB

Color information

#DAAEEB (or 0xDAAEEB) is unknown color: approx Mauve. HEX triplet: DA, AE and EB. RGB value is (218,174,235). Sum of RGB (Red+Green+Blue) = 218+174+235=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEEB is #255114. Grayscale: #C1C1C1. Windows color (decimal): -2445589 or 15445722. OLE color: 15445722.

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

Color convert

RGB218174235-
CMYK0.070.2600.08
HSL283.28º60.4%80.2%-
HSV(B)283.28º25.96%92.16%-
XYZ59.0451.1885.36-
YUV194.11151.08145.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 174 (68.36% from 255) = 27.75%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=34.77%
G=27.75%
B=37.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181742350.070.2600.08283.2860.480.2
HexDAAEEB71A0811b3c50
Octal33225635373201043374120
Binary11011010101011101110101111111010010001000110111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEEB; }

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

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

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

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

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

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

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

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