#DABBFD

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

Shades of Mauve #DABBFD

Tints of Mauve #DABBFD

Color information

#DABBFD (or 0xDABBFD) is unknown color: approx Mauve. HEX triplet: DA, BB and FD. RGB value is (218,187,253). Sum of RGB (Red+Green+Blue) = 218+187+253=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #DABBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBFD is #254402. Grayscale: #CBCBCB. Windows color (decimal): -2442243 or 16628698. OLE color: 16628698.

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

Color convert

RGB218187253-
CMYK0.140.2600.01
HSL268.18º94.29%86.27%-
HSV(B)268.18º26.09%99.22%-
XYZ64.4157.54100.64-
YUV203.79155.77138.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.13%
GREEN value IS 187 (73.44% from 255) = 28.42%
BLUE value IS 253 (99.22% from 255) = 38.45%
R=33.13%
G=28.42%
B=38.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181872530.140.2600.01268.1894.2986.27
HexDABBFDE1A0110c5e56
Octal332273375163201414136126
Binary1101101010111011111111011110110100110000110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBFD; }

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

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

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

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

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

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

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

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