#DABBEF

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

Shades of Mauve #DABBEF

Tints of Mauve #DABBEF

Color information

#DABBEF (or 0xDABBEF) is unknown color: approx Mauve. HEX triplet: DA, BB and EF. RGB value is (218,187,239). Sum of RGB (Red+Green+Blue) = 218+187+239=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #DABBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBEF is #254410. Grayscale: #CACACA. Windows color (decimal): -2442257 or 15711194. OLE color: 15711194.

HSL color Cylindrical-coordinate representation of color #DABBEF: hue angle of 275.77º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABBEF is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218187239-
CMYK0.090.2200.06
HSL275.77º61.9%83.53%-
HSV(B)275.77º21.76%93.73%-
XYZ62.2656.6889.32-
YUV202.2148.77139.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.85%
GREEN value IS 187 (73.44% from 255) = 29.04%
BLUE value IS 239 (93.75% from 255) = 37.11%
R=33.85%
G=29.04%
B=37.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181872390.090.2200.06275.7761.983.53
HexDABBEF916061143e54
Octal33227335711260642476124
Binary11011010101110111110111110011011001101000101001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBEF; }

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

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

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

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

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

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

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

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