#DFB4C0

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

Shades of Melanie #DFB4C0

Tints of Melanie #DFB4C0

Color information

#DFB4C0 (or 0xDFB4C0) is unknown color: approx Melanie. HEX triplet: DF, B4 and C0. RGB value is (223,180,192). Sum of RGB (Red+Green+Blue) = 223+180+192=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4C0 is #204B3F. Grayscale: #C2C2C2. Windows color (decimal): -2116416 or 12629215. OLE color: 12629215.

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

Color convert

RGB223180192-
CMYK00.190.140.13
HSL343.26º40.19%79.02%-
HSV(B)343.26º19.28%87.45%-
XYZ56.2752.1456.97-
YUV194.22126.75148.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 180 (70.70% from 255) = 30.25%
BLUE value IS 192 (75.39% from 255) = 32.27%
R=37.48%
G=30.25%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318019200.190.140.13343.2640.1979.02
HexDFB4C0013ED157284f
Octal337264300023161552750117
Binary110111111011010011000000010011111011011010101111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB4C0; }

 p { color: rgb(223,180,192); }

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

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

 a { background-color: rgb(223,180,192); }

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

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

 span { border-color: rgb(223,180,192); }

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