#DAB8F1

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

Shades of Mauve #DAB8F1

Tints of Mauve #DAB8F1

Color information

#DAB8F1 (or 0xDAB8F1) is unknown color: approx Mauve. HEX triplet: DA, B8 and F1. RGB value is (218,184,241). Sum of RGB (Red+Green+Blue) = 218+184+241=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 184 (72.27% from 255 or 28.62% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAB8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB8F1 is #25470E. Grayscale: #C8C8C8. Windows color (decimal): -2443023 or 15841498. OLE color: 15841498.

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

Color convert

RGB218184241-
CMYK0.100.2400.05
HSL275.79º67.06%83.33%-
HSV(B)275.79º23.65%94.51%-
XYZ61.9355.5490.67-
YUV200.66150.76140.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.90%
GREEN value IS 184 (72.27% from 255) = 28.62%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=33.90%
G=28.62%
B=37.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181842410.100.2400.05275.7967.0683.33
HexDAB8F1A18051144353
Octal332270361123005424103123
Binary110110101011100011110001101011000010110001010010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB8F1; }

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

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

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

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

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

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

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

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