#DFBCF9

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

Shades of Mauve #DFBCF9

Tints of Mauve #DFBCF9

Color information

#DFBCF9 (or 0xDFBCF9) is unknown color: approx Mauve. HEX triplet: DF, BC and F9. RGB value is (223,188,249). Sum of RGB (Red+Green+Blue) = 223+188+249=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 188 (73.83% from 255 or 28.48% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFBCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCF9 is #204306. Grayscale: #CDCDCD. Windows color (decimal): -2114311 or 16366815. OLE color: 16366815.

HSL color Cylindrical-coordinate representation of color #DFBCF9: hue angle of 274.43º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFBCF9 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223188249-
CMYK0.100.2400.02
HSL274.43º83.56%85.69%-
HSV(B)274.43º24.5%97.65%-
XYZ65.5158.4997.46-
YUV205.42152.6140.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.79%
GREEN value IS 188 (73.83% from 255) = 28.48%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=33.79%
G=28.48%
B=37.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231882490.100.2400.02274.4383.5685.69
HexDFBCF9A18021125456
Octal337274371123002422124126
Binary11011111101111001111100110101100001010001001010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCF9; }

 p { color: rgb(223,188,249); }

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

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

 a { background-color: rgb(223,188,249); }

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

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

 span { border-color: rgb(223,188,249); }

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