#DABBFF

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

Shades of Mauve #DABBFF

Tints of Mauve #DABBFF

Color information

#DABBFF (or 0xDABBFF) is unknown color: approx Mauve. HEX triplet: DA, BB and FF. RGB value is (218,187,255). Sum of RGB (Red+Green+Blue) = 218+187+255=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #DABBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBFF is #254400. Grayscale: #CBCBCB. Windows color (decimal): -2442241 or 16759770. OLE color: 16759770.

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

Color convert

RGB218187255-
CMYK0.150.2700
HSL267.35º100%86.67%-
HSV(B)267.35º26.67%100%-
XYZ64.7357.67102.33-
YUV204.02156.77137.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.03%
GREEN value IS 187 (73.44% from 255) = 28.33%
BLUE value IS 255 (100% from 255) = 38.64%
R=33.03%
G=28.33%
B=38.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181872550.150.2700267.3510086.67
HexDABBFFF1B0010b6457
Octal332273377173300413144127
Binary1101101010111011111111111111110110010000101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBFF; }

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

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

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

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

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

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

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

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