#DAB2FC

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

Shades of Mauve #DAB2FC

Tints of Mauve #DAB2FC

Color information

#DAB2FC (or 0xDAB2FC) is unknown color: approx Mauve. HEX triplet: DA, B2 and FC. RGB value is (218,178,252). Sum of RGB (Red+Green+Blue) = 218+178+252=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 178 (69.92% from 255 or 27.47% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAB2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB2FC is #254D03. Grayscale: #C6C6C6. Windows color (decimal): -2444548 or 16560858. OLE color: 16560858.

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

Color convert

RGB218178252-
CMYK0.130.2900.01
HSL272.43º92.5%84.31%-
HSV(B)272.43º29.37%98.82%-
XYZ62.453.7799.19-
YUV198.4158.25141.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.64%
GREEN value IS 178 (69.92% from 255) = 27.47%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=33.64%
G=27.47%
B=38.89%

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
Decimal2181782520.130.2900.01272.4392.584.31
HexDAB2FCD1D011105c54
Octal332262374153501420134124
Binary1101101010110010111111001101111010110001000010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2FC; }

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

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

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

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

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

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

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

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