#DAB3FC

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

Shades of Mauve #DAB3FC

Tints of Mauve #DAB3FC

Color information

#DAB3FC (or 0xDAB3FC) is unknown color: approx Mauve. HEX triplet: DA, B3 and FC. RGB value is (218,179,252). Sum of RGB (Red+Green+Blue) = 218+179+252=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAB3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB3FC is #254C03. Grayscale: #C6C6C6. Windows color (decimal): -2444292 or 16561114. OLE color: 16561114.

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

Color convert

RGB218179252-
CMYK0.130.2900.01
HSL272.05º92.41%84.51%-
HSV(B)272.05º28.97%98.82%-
XYZ62.654.1799.25-
YUV198.98157.92141.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 179 (70.31% from 255) = 27.58%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=33.59%
G=27.58%
B=38.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181792520.130.2900.01272.0592.4184.51
HexDAB3FCD1D011105c55
Octal332263374153501420134125
Binary1101101010110011111111001101111010110001000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB3FC; }

 p { color: rgb(218,179,252); }

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

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

 a { background-color: rgb(218,179,252); }

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

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

 span { border-color: rgb(218,179,252); }

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