#DABBF1

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

Shades of Mauve #DABBF1

Tints of Mauve #DABBF1

Color information

#DABBF1 (or 0xDABBF1) is unknown color: approx Mauve. HEX triplet: DA, BB and F1. RGB value is (218,187,241). Sum of RGB (Red+Green+Blue) = 218+187+241=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #DABBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBF1 is #25440E. Grayscale: #CACACA. Windows color (decimal): -2442255 or 15842266. OLE color: 15842266.

HSL color Cylindrical-coordinate representation of color #DABBF1: hue angle of 274.44º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABBF1 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218187241-
CMYK0.100.2200.05
HSL274.44º65.85%83.92%-
HSV(B)274.44º22.41%94.51%-
XYZ62.5656.890.88-
YUV202.42149.77139.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.75%
GREEN value IS 187 (73.44% from 255) = 28.95%
BLUE value IS 241 (94.53% from 255) = 37.31%
R=33.75%
G=28.95%
B=37.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181872410.100.2200.05274.4465.8583.92
HexDABBF1A16051124254
Octal332273361122605422102124
Binary110110101011101111110001101010110010110001001010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBF1; }

 p { color: rgb(218,187,241); }

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

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

 a { background-color: rgb(218,187,241); }

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

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

 span { border-color: rgb(218,187,241); }

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