#DFBFC3

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

Shades of Melanie #DFBFC3

Tints of Melanie #DFBFC3

Color information

#DFBFC3 (or 0xDFBFC3) is unknown color: approx Melanie. HEX triplet: DF, BF and C3. RGB value is (223,191,195). Sum of RGB (Red+Green+Blue) = 223+191+195=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFC3 is #20403C. Grayscale: #C9C9C9. Windows color (decimal): -2113597 or 12828639. OLE color: 12828639.

HSL color Cylindrical-coordinate representation of color #DFBFC3: hue angle of 352.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFBFC3 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB223191195-
CMYK00.140.130.13
HSL352.5º33.33%81.18%-
HSV(B)352.5º14.35%87.45%-
XYZ58.9156.8959.51-
YUV201.02124.6143.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.62%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 195 (76.56% from 255) = 32.02%
R=36.62%
G=31.36%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319119500.140.130.13352.533.3381.18
HexDFBFC30EDD1602151
Octal337277303016151554041121
Binary11011111101111111100001101110110111011011000001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFC3; }

 p { color: rgb(223,191,195); }

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

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

 a { background-color: rgb(223,191,195); }

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

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

 span { border-color: rgb(223,191,195); }

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