#DABFFF

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

Shades of Mauve #DABFFF

Tints of Mauve #DABFFF

Color information

#DABFFF (or 0xDABFFF) is unknown color: approx Mauve. HEX triplet: DA, BF and FF. RGB value is (218,191,255). Sum of RGB (Red+Green+Blue) = 218+191+255=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #DABFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABFFF is #254000. Grayscale: #CECECE. Windows color (decimal): -2441217 or 16760794. OLE color: 16760794.

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

Color convert

RGB218191255-
CMYK0.150.2500
HSL265.31º100%87.45%-
HSV(B)265.31º25.1%100%-
XYZ65.5959.39102.61-
YUV206.37155.45136.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.83%
GREEN value IS 191 (75% from 255) = 28.77%
BLUE value IS 255 (100% from 255) = 38.40%
R=32.83%
G=28.77%
B=38.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181912550.150.2500265.3110087.45
HexDABFFFF19001096457
Octal332277377173100411144127
Binary1101101010111111111111111111110010010000100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFFF; }

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

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

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

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

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

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

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

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