#DABDFE

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

Shades of Mauve #DABDFE

Tints of Mauve #DABDFE

Color information

#DABDFE (or 0xDABDFE) is unknown color: approx Mauve. HEX triplet: DA, BD and FE. RGB value is (218,189,254). Sum of RGB (Red+Green+Blue) = 218+189+254=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #DABDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDFE is #254201. Grayscale: #CCCCCC. Windows color (decimal): -2441730 or 16694746. OLE color: 16694746.

HSL color Cylindrical-coordinate representation of color #DABDFE: hue angle of 266.77º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DABDFE is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218189254-
CMYK0.140.2600.00
HSL266.77º97.01%86.86%-
HSV(B)266.77º25.59%99.61%-
XYZ6558.46101.62-
YUV205.08155.61137.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.98%
GREEN value IS 189 (74.22% from 255) = 28.59%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=32.98%
G=28.59%
B=38.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181892540.140.2600.00266.7797.0186.86
HexDABDFEE1A0010b6157
Octal332275376163200413141127
Binary1101101010111101111111101110110100010000101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDFE; }

 p { color: rgb(218,189,254); }

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

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

 a { background-color: rgb(218,189,254); }

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

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

 span { border-color: rgb(218,189,254); }

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