#DAB4FF

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

Shades of Mauve #DAB4FF

Tints of Mauve #DAB4FF

Color information

#DAB4FF (or 0xDAB4FF) is unknown color: approx Mauve. HEX triplet: DA, B4 and FF. RGB value is (218,180,255). Sum of RGB (Red+Green+Blue) = 218+180+255=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB4FF is #254B00. Grayscale: #C7C7C7. Windows color (decimal): -2444033 or 16757978. OLE color: 16757978.

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

Color convert

RGB218180255-
CMYK0.150.2900
HSL270.4º100%85.29%-
HSV(B)270.4º29.41%100%-
XYZ63.2854.77101.84-
YUV199.91159.09140.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 180 (70.70% from 255) = 27.57%
BLUE value IS 255 (100% from 255) = 39.05%
R=33.38%
G=27.57%
B=39.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181802550.150.2900270.410085.29
HexDAB4FFF1D0010e6455
Octal332264377173500416144125
Binary1101101010110100111111111111111010010000111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4FF; }

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

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

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

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

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

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

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

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