#DABDF8

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

Shades of Mauve #DABDF8

Tints of Mauve #DABDF8

Color information

#DABDF8 (or 0xDABDF8) is unknown color: approx Mauve. HEX triplet: DA, BD and F8. RGB value is (218,189,248). Sum of RGB (Red+Green+Blue) = 218+189+248=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #DABDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDF8 is #254207. Grayscale: #CCCCCC. Windows color (decimal): -2441736 or 16301530. OLE color: 16301530.

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

Color convert

RGB218189248-
CMYK0.120.2400.03
HSL269.49º80.82%85.69%-
HSV(B)269.49º23.79%97.25%-
XYZ64.0558.0896.64-
YUV204.4152.61137.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 189 (74.22% from 255) = 28.85%
BLUE value IS 248 (97.27% from 255) = 37.86%
R=33.28%
G=28.85%
B=37.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2181892480.120.2400.03269.4980.8285.69
HexDABDF8C180310d5156
Octal332275370143003415121126
Binary11011010101111011111100011001100001110000110110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDF8; }

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

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

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

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

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

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

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

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