#DAABFE

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

Shades of Mauve #DAABFE

Tints of Mauve #DAABFE

Color information

#DAABFE (or 0xDAABFE) is unknown color: approx Mauve. HEX triplet: DA, AB and FE. RGB value is (218,171,254). Sum of RGB (Red+Green+Blue) = 218+171+254=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABFE is #255401. Grayscale: #C2C2C2. Windows color (decimal): -2446338 or 16690138. OLE color: 16690138.

HSL color Cylindrical-coordinate representation of color #DAABFE: hue angle of 273.98º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAABFE is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218171254-
CMYK0.140.3300.00
HSL273.98º97.65%83.33%-
HSV(B)273.98º32.68%99.61%-
XYZ61.3751.19100.41-
YUV194.52161.57144.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.90%
GREEN value IS 171 (67.19% from 255) = 26.59%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=33.90%
G=26.59%
B=39.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181712540.140.3300.00273.9897.6583.33
HexDAABFEE21001126253
Octal332253376164100422142123
Binary11011010101010111111111011101000010010001001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABFE; }

 p { color: rgb(218,171,254); }

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

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

 a { background-color: rgb(218,171,254); }

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

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

 span { border-color: rgb(218,171,254); }

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