#DAB0E9

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

Shades of Mauve #DAB0E9

Tints of Mauve #DAB0E9

Color information

#DAB0E9 (or 0xDAB0E9) is unknown color: approx Mauve. HEX triplet: DA, B0 and E9. RGB value is (218,176,233). Sum of RGB (Red+Green+Blue) = 218+176+233=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAB0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB0E9 is #254F16. Grayscale: #C2C2C2. Windows color (decimal): -2445079 or 15315162. OLE color: 15315162.

HSL color Cylindrical-coordinate representation of color #DAB0E9: hue angle of 284.21º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAB0E9 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218176233-
CMYK0.060.2400.09
HSL284.21º56.44%80.2%-
HSV(B)284.21º24.46%91.37%-
XYZ59.1551.8483.98-
YUV195.06149.41144.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 176 (69.14% from 255) = 28.07%
BLUE value IS 233 (91.41% from 255) = 37.16%
R=34.77%
G=28.07%
B=37.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181762330.060.2400.09284.2156.4480.2
HexDAB0E96180911c3850
Octal33226035163001143470120
Binary11011010101100001110100111011000010011000111001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0E9; }

 p { color: rgb(218,176,233); }

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

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

 a { background-color: rgb(218,176,233); }

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

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

 span { border-color: rgb(218,176,233); }

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