#DFBAF3

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

Shades of Mauve #DFBAF3

Tints of Mauve #DFBAF3

Color information

#DFBAF3 (or 0xDFBAF3) is unknown color: approx Mauve. HEX triplet: DF, BA and F3. RGB value is (223,186,243). Sum of RGB (Red+Green+Blue) = 223+186+243=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFBAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAF3 is #20450C. Grayscale: #CBCBCB. Windows color (decimal): -2114829 or 15973087. OLE color: 15973087.

HSL color Cylindrical-coordinate representation of color #DFBAF3: hue angle of 278.95º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFBAF3 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223186243-
CMYK0.080.2300.05
HSL278.95º70.37%84.12%-
HSV(B)278.95º23.46%95.29%-
XYZ64.1757.2892.47-
YUV203.56150.26141.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 186 (73.05% from 255) = 28.53%
BLUE value IS 243 (95.31% from 255) = 37.27%
R=34.20%
G=28.53%
B=37.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231862430.080.2300.05278.9570.3784.12
HexDFBAF3817051174654
Octal337272363102705427106124
Binary110111111011101011110011100010111010110001011110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAF3; }

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

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

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

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

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

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

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

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