#DABDFF

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

Shades of Mauve #DABDFF

Tints of Mauve #DABDFF

Color information

#DABDFF (or 0xDABDFF) is unknown color: approx Mauve. HEX triplet: DA, BD and FF. RGB value is (218,189,255). Sum of RGB (Red+Green+Blue) = 218+189+255=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #DABDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDFF is #254200. Grayscale: #CCCCCC. Windows color (decimal): -2441729 or 16760282. OLE color: 16760282.

HSL color Cylindrical-coordinate representation of color #DABDFF: hue angle of 266.36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DABDFF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218189255-
CMYK0.150.2600
HSL266.36º100%87.06%-
HSV(B)266.36º25.88%100%-
XYZ65.1658.52102.47-
YUV205.2156.11137.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.93%
GREEN value IS 189 (74.22% from 255) = 28.55%
BLUE value IS 255 (100% from 255) = 38.52%
R=32.93%
G=28.55%
B=38.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181892550.150.2600266.3610087.06
HexDABDFFF1A0010a6457
Octal332275377173200412144127
Binary1101101010111101111111111111110100010000101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDFF; }

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

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

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

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

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

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

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

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