#DAB4FC

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

Shades of Mauve #DAB4FC

Tints of Mauve #DAB4FC

Color information

#DAB4FC (or 0xDAB4FC) is unknown color: approx Mauve. HEX triplet: DA, B4 and FC. RGB value is (218,180,252). Sum of RGB (Red+Green+Blue) = 218+180+252=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 180 (70.70% from 255 or 27.69% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAB4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB4FC is #254B03. Grayscale: #C7C7C7. Windows color (decimal): -2444036 or 16561370. OLE color: 16561370.

HSL color Cylindrical-coordinate representation of color #DAB4FC: hue angle of 271.67º 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 #DAB4FC is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218180252-
CMYK0.130.2900.01
HSL271.67º92.31%84.71%-
HSV(B)271.67º28.57%98.82%-
XYZ62.8154.5899.32-
YUV199.57157.59141.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.54%
GREEN value IS 180 (70.70% from 255) = 27.69%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=33.54%
G=27.69%
B=38.77%

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
Decimal2181802520.130.2900.01271.6792.3184.71
HexDAB4FCD1D011105c55
Octal332264374153501420134125
Binary1101101010110100111111001101111010110001000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4FC; }

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

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

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

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

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

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

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

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