#DBAFEC

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

Shades of Mauve #DBAFEC

Tints of Mauve #DBAFEC

Color information

#DBAFEC (or 0xDBAFEC) is unknown color: approx Mauve. HEX triplet: DB, AF and EC. RGB value is (219,175,236). Sum of RGB (Red+Green+Blue) = 219+175+236=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFEC is #245013. Grayscale: #C2C2C2. Windows color (decimal): -2379796 or 15511515. OLE color: 15511515.

HSL color Cylindrical-coordinate representation of color #DBAFEC: hue angle of 283.28º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBAFEC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219175236-
CMYK0.070.2600.07
HSL283.28º61.62%80.59%-
HSV(B)283.28º25.85%92.55%-
XYZ59.6851.7886.21-
YUV195.11151.08145.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 175 (68.75% from 255) = 27.78%
BLUE value IS 236 (92.58% from 255) = 37.46%
R=34.76%
G=27.78%
B=37.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191752360.070.2600.07283.2861.6280.59
HexDBAFEC71A0711b3e51
Octal3332573547320743376121
Binary1101101110101111111011001111101001111000110111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFEC; }

 p { color: rgb(219,175,236); }

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

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

 a { background-color: rgb(219,175,236); }

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

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

 span { border-color: rgb(219,175,236); }

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