#DABEFC

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

Shades of Mauve #DABEFC

Tints of Mauve #DABEFC

Color information

#DABEFC (or 0xDABEFC) is unknown color: approx Mauve. HEX triplet: DA, BE and FC. RGB value is (218,190,252). Sum of RGB (Red+Green+Blue) = 218+190+252=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 190 (74.61% from 255 or 28.79% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #DABEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEFC is #254103. Grayscale: #CDCDCD. Windows color (decimal): -2441476 or 16563930. OLE color: 16563930.

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

Color convert

RGB218190252-
CMYK0.130.2500.01
HSL267.1º91.18%86.67%-
HSV(B)267.1º24.6%98.82%-
XYZ64.958.76100.02-
YUV205.44154.28136.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.03%
GREEN value IS 190 (74.61% from 255) = 28.79%
BLUE value IS 252 (98.83% from 255) = 38.18%
R=33.03%
G=28.79%
B=38.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181902520.130.2500.01267.191.1886.67
HexDABEFCD190110b5b57
Octal332276374153101413133127
Binary1101101010111110111111001101110010110000101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEFC; }

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

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

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

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

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

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

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

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