#DABDFD

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

Shades of Mauve #DABDFD

Tints of Mauve #DABDFD

Color information

#DABDFD (or 0xDABDFD) is unknown color: approx Mauve. HEX triplet: DA, BD and FD. RGB value is (218,189,253). Sum of RGB (Red+Green+Blue) = 218+189+253=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #DABDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDFD is #254202. Grayscale: #CCCCCC. Windows color (decimal): -2441731 or 16629210. OLE color: 16629210.

HSL color Cylindrical-coordinate representation of color #DABDFD: hue angle of 267.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DABDFD is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218189253-
CMYK0.140.2500.01
HSL267.19º94.12%86.67%-
HSV(B)267.19º25.3%99.22%-
XYZ64.8458.39100.78-
YUV204.97155.11137.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.03%
GREEN value IS 189 (74.22% from 255) = 28.64%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=33.03%
G=28.64%
B=38.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181892530.140.2500.01267.1994.1286.67
HexDABDFDE190110b5e57
Octal332275375163101413136127
Binary1101101010111101111111011110110010110000101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDFD; }

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

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

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

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

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

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

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

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