#DABEFA

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

Shades of Mauve #DABEFA

Tints of Mauve #DABEFA

Color information

#DABEFA (or 0xDABEFA) is unknown color: approx Mauve. HEX triplet: DA, BE and FA. RGB value is (218,190,250). Sum of RGB (Red+Green+Blue) = 218+190+250=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #DABEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEFA is #254105. Grayscale: #CDCDCD. Windows color (decimal): -2441478 or 16432858. OLE color: 16432858.

HSL color Cylindrical-coordinate representation of color #DABEFA: hue angle of 268º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DABEFA is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218190250-
CMYK0.130.2400.02
HSL268º85.71%86.27%-
HSV(B)268º24%98.04%-
XYZ64.5858.6398.36-
YUV205.21153.28137.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.13%
GREEN value IS 190 (74.61% from 255) = 28.88%
BLUE value IS 250 (98.05% from 255) = 37.99%
R=33.13%
G=28.88%
B=37.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181902500.130.2400.0226885.7186.27
HexDABEFAD180210c5656
Octal332276372153002414126126
Binary11011010101111101111101011011100001010000110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEFA; }

 p { color: rgb(218,190,250); }

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

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

 a { background-color: rgb(218,190,250); }

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

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

 span { border-color: rgb(218,190,250); }

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