#DAB2FF

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

Shades of Mauve #DAB2FF

Tints of Mauve #DAB2FF

Color information

#DAB2FF (or 0xDAB2FF) is unknown color: approx Mauve. HEX triplet: DA, B2 and FF. RGB value is (218,178,255). Sum of RGB (Red+Green+Blue) = 218+178+255=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB2FF is #254D00. Grayscale: #C6C6C6. Windows color (decimal): -2444545 or 16757466. OLE color: 16757466.

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

Color convert

RGB218178255-
CMYK0.150.3000
HSL271.17º100%84.9%-
HSV(B)271.17º30.2%100%-
XYZ62.8853.97101.71-
YUV198.74159.75141.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 178 (69.92% from 255) = 27.34%
BLUE value IS 255 (100% from 255) = 39.17%
R=33.49%
G=27.34%
B=39.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181782550.150.3000271.1710084.9
HexDAB2FFF1E0010f6455
Octal332262377173600417144125
Binary1101101010110010111111111111111100010000111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2FF; }

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

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

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

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

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

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

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

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