#DFBCF0

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

Shades of Mauve #DFBCF0

Tints of Mauve #DFBCF0

Color information

#DFBCF0 (or 0xDFBCF0) is unknown color: approx Mauve. HEX triplet: DF, BC and F0. RGB value is (223,188,240). Sum of RGB (Red+Green+Blue) = 223+188+240=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFBCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCF0 is #20430F. Grayscale: #CCCCCC. Windows color (decimal): -2114320 or 15776991. OLE color: 15776991.

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

Color convert

RGB223188240-
CMYK0.070.2200.06
HSL280.38º63.41%83.92%-
HSV(B)280.38º21.67%94.12%-
XYZ64.1457.9590.24-
YUV204.39148.1141.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 188 (73.83% from 255) = 28.88%
BLUE value IS 240 (94.14% from 255) = 36.87%
R=34.25%
G=28.88%
B=36.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231882400.070.2200.06280.3863.4183.92
HexDFBCF0716061183f54
Octal3372743607260643077124
Binary1101111110111100111100001111011001101000110001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCF0; }

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

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

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

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

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

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

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

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