#DAB0FF

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

Shades of Mauve #DAB0FF

Tints of Mauve #DAB0FF

Color information

#DAB0FF (or 0xDAB0FF) is unknown color: approx Mauve. HEX triplet: DA, B0 and FF. RGB value is (218,176,255). Sum of RGB (Red+Green+Blue) = 218+176+255=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB0FF is #254F00. Grayscale: #C5C5C5. Windows color (decimal): -2445057 or 16756954. OLE color: 16756954.

HSL color Cylindrical-coordinate representation of color #DAB0FF: hue angle of 271.9º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAB0FF is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218176255-
CMYK0.150.3100
HSL271.9º100%84.51%-
HSV(B)271.9º30.98%100%-
XYZ62.4953.18101.58-
YUV197.56160.41142.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 176 (69.14% from 255) = 27.12%
BLUE value IS 255 (100% from 255) = 39.29%
R=33.59%
G=27.12%
B=39.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181762550.150.3100271.910084.51
HexDAB0FFF1F001106455
Octal332260377173700420144125
Binary1101101010110000111111111111111110010001000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0FF; }

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

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

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

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

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

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

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

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