#DFBAFC

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

Shades of Mauve #DFBAFC

Tints of Mauve #DFBAFC

Color information

#DFBAFC (or 0xDFBAFC) is unknown color: approx Mauve. HEX triplet: DF, BA and FC. RGB value is (223,186,252). Sum of RGB (Red+Green+Blue) = 223+186+252=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFBAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAFC is #204503. Grayscale: #CCCCCC. Windows color (decimal): -2114820 or 16562911. OLE color: 16562911.

HSL color Cylindrical-coordinate representation of color #DFBAFC: hue angle of 273.64º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFBAFC is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223186252-
CMYK0.120.2600.01
HSL273.64º91.67%85.88%-
HSV(B)273.64º26.19%98.82%-
XYZ65.5657.8399.8-
YUV204.59154.76141.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 186 (73.05% from 255) = 28.14%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=33.74%
G=28.14%
B=38.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231862520.120.2600.01273.6491.6785.88
HexDFBAFCC1A011125c56
Octal337272374143201422134126
Binary1101111110111010111111001100110100110001001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAFC; }

 p { color: rgb(223,186,252); }

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

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

 a { background-color: rgb(223,186,252); }

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

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

 span { border-color: rgb(223,186,252); }

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