#DAB6ED

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

Shades of Mauve #DAB6ED

Tints of Mauve #DAB6ED

Color information

#DAB6ED (or 0xDAB6ED) is unknown color: approx Mauve. HEX triplet: DA, B6 and ED. RGB value is (218,182,237). Sum of RGB (Red+Green+Blue) = 218+182+237=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 182 (71.48% from 255 or 28.57% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB6ED is #254912. Grayscale: #C6C6C6. Windows color (decimal): -2443539 or 15578842. OLE color: 15578842.

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

Color convert

RGB218182237-
CMYK0.080.2300.07
HSL279.27º60.44%82.16%-
HSV(B)279.27º23.21%92.94%-
XYZ60.9354.4887.42-
YUV199.03149.43141.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 182 (71.48% from 255) = 28.57%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=34.22%
G=28.57%
B=37.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181822370.080.2300.07279.2760.4482.16
HexDAB6ED817071173c52
Octal33226635510270742774122
Binary11011010101101101110110110001011101111000101111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB6ED; }

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

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

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

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

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

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

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

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