#DFBAF2

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

Shades of Mauve #DFBAF2

Tints of Mauve #DFBAF2

Color information

#DFBAF2 (or 0xDFBAF2) is unknown color: approx Mauve. HEX triplet: DF, BA and F2. RGB value is (223,186,242). Sum of RGB (Red+Green+Blue) = 223+186+242=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAF2 is #20450D. Grayscale: #CBCBCB. Windows color (decimal): -2114830 or 15907551. OLE color: 15907551.

HSL color Cylindrical-coordinate representation of color #DFBAF2: hue angle of 279.64º degrees, saturation: 0.68, 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 #DFBAF2 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223186242-
CMYK0.080.2300.05
HSL279.64º68.29%83.92%-
HSV(B)279.64º23.14%94.9%-
XYZ64.0257.2291.67-
YUV203.45149.76141.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 186 (73.05% from 255) = 28.57%
BLUE value IS 242 (94.92% from 255) = 37.17%
R=34.25%
G=28.57%
B=37.17%

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
Decimal2231862420.080.2300.05279.6468.2983.92
HexDFBAF2817051184454
Octal337272362102705430104124
Binary110111111011101011110010100010111010110001100010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAF2; }

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

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

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

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

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

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

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

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