#DABBF8

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

Shades of Mauve #DABBF8

Tints of Mauve #DABBF8

Color information

#DABBF8 (or 0xDABBF8) is unknown color: approx Mauve. HEX triplet: DA, BB and F8. RGB value is (218,187,248). Sum of RGB (Red+Green+Blue) = 218+187+248=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #DABBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBF8 is #254407. Grayscale: #CBCBCB. Windows color (decimal): -2442248 or 16301018. OLE color: 16301018.

HSL color Cylindrical-coordinate representation of color #DABBF8: hue angle of 270.49º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DABBF8 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218187248-
CMYK0.120.2500.03
HSL270.49º81.33%85.29%-
HSV(B)270.49º24.6%97.25%-
XYZ63.6357.2296.5-
YUV203.22153.27138.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 187 (73.44% from 255) = 28.64%
BLUE value IS 248 (97.27% from 255) = 37.98%
R=33.38%
G=28.64%
B=37.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2181872480.120.2500.03270.4981.3385.29
HexDABBF8C190310e5155
Octal332273370143103416121125
Binary11011010101110111111100011001100101110000111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBF8; }

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

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

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

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

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

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

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

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