#DABBF5

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

Shades of Mauve #DABBF5

Tints of Mauve #DABBF5

Color information

#DABBF5 (or 0xDABBF5) is unknown color: approx Mauve. HEX triplet: DA, BB and F5. RGB value is (218,187,245). Sum of RGB (Red+Green+Blue) = 218+187+245=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #DABBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBF5 is #25440A. Grayscale: #CACACA. Windows color (decimal): -2442251 or 16104410. OLE color: 16104410.

HSL color Cylindrical-coordinate representation of color #DABBF5: hue angle of 272.07º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DABBF5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218187245-
CMYK0.110.2400.04
HSL272.07º74.36%84.71%-
HSV(B)272.07º23.67%96.08%-
XYZ63.1757.0494.07-
YUV202.88151.77138.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.54%
GREEN value IS 187 (73.44% from 255) = 28.77%
BLUE value IS 245 (96.09% from 255) = 37.69%
R=33.54%
G=28.77%
B=37.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2181872450.110.2400.04272.0774.3684.71
HexDABBF5B18041104a55
Octal332273365133004420112125
Binary110110101011101111110101101111000010010001000010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBF5; }

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

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

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

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

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

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

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

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