#DAB2EA

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

Shades of Mauve #DAB2EA

Tints of Mauve #DAB2EA

Color information

#DAB2EA (or 0xDAB2EA) is unknown color: approx Mauve. HEX triplet: DA, B2 and EA. RGB value is (218,178,234). Sum of RGB (Red+Green+Blue) = 218+178+234=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 178 (69.92% from 255 or 28.25% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAB2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB2EA is #254D15. Grayscale: #C4C4C4. Windows color (decimal): -2444566 or 15381210. OLE color: 15381210.

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

Color convert

RGB218178234-
CMYK0.070.2400.08
HSL282.86º57.14%80.78%-
HSV(B)282.86º23.93%91.76%-
XYZ59.6952.6984.87-
YUV196.34149.25143.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 178 (69.92% from 255) = 28.25%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=34.60%
G=28.25%
B=37.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181782340.070.2400.08282.8657.1480.78
HexDAB2EA7180811b3951
Octal33226235273001043371121
Binary11011010101100101110101011111000010001000110111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2EA; }

 p { color: rgb(218,178,234); }

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

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

 a { background-color: rgb(218,178,234); }

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

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

 span { border-color: rgb(218,178,234); }

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