#DAB3ED

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

Shades of Mauve #DAB3ED

Tints of Mauve #DAB3ED

Color information

#DAB3ED (or 0xDAB3ED) is unknown color: approx Mauve. HEX triplet: DA, B3 and ED. RGB value is (218,179,237). Sum of RGB (Red+Green+Blue) = 218+179+237=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAB3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB3ED is #254C12. Grayscale: #C5C5C5. Windows color (decimal): -2444307 or 15578074. OLE color: 15578074.

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

Color convert

RGB218179237-
CMYK0.080.2400.07
HSL280.34º61.7%81.57%-
HSV(B)280.34º24.47%92.94%-
XYZ60.3253.2687.22-
YUV197.27150.42142.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 179 (70.31% from 255) = 28.23%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=34.38%
G=28.23%
B=37.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181792370.080.2400.07280.3461.781.57
HexDAB3ED818071183e52
Octal33226335510300743076122
Binary11011010101100111110110110001100001111000110001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB3ED; }

 p { color: rgb(218,179,237); }

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

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

 a { background-color: rgb(218,179,237); }

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

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

 span { border-color: rgb(218,179,237); }

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