#DFBCF1

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

Shades of Mauve #DFBCF1

Tints of Mauve #DFBCF1

Color information

#DFBCF1 (or 0xDFBCF1) is unknown color: approx Mauve. HEX triplet: DF, BC and F1. RGB value is (223,188,241). Sum of RGB (Red+Green+Blue) = 223+188+241=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFBCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCF1 is #20430E. Grayscale: #CCCCCC. Windows color (decimal): -2114319 or 15842527. OLE color: 15842527.

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

Color convert

RGB223188241-
CMYK0.070.2200.05
HSL279.62º65.43%84.12%-
HSV(B)279.62º21.99%94.51%-
XYZ64.2958.0191.03-
YUV204.51148.6141.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 188 (73.83% from 255) = 28.83%
BLUE value IS 241 (94.53% from 255) = 36.96%
R=34.20%
G=28.83%
B=36.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231882410.070.2200.05279.6265.4384.12
HexDFBCF1716051184154
Octal33727436172605430101124
Binary11011111101111001111000111110110010110001100010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCF1; }

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

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

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

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

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

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

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

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