#DFC4CB

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

Shades of Melanie #DFC4CB

Tints of Melanie #DFC4CB

Color information

#DFC4CB (or 0xDFC4CB) is unknown color: approx Melanie. HEX triplet: DF, C4 and CB. RGB value is (223,196,203). Sum of RGB (Red+Green+Blue) = 223+196+203=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4CB is #203B34. Grayscale: #CCCCCC. Windows color (decimal): -2112309 or 13354207. OLE color: 13354207.

HSL color Cylindrical-coordinate representation of color #DFC4CB: hue angle of 344.44º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC4CB is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223196203-
CMYK00.120.090.13
HSL344.44º29.67%82.16%-
HSV(B)344.44º12.11%87.45%-
XYZ60.9559.4864.77-
YUV204.87126.95140.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 196 (76.95% from 255) = 31.51%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=35.85%
G=31.51%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319620300.120.090.13344.4429.6782.16
HexDFC4CB0C9D1581e52
Octal337304313014111553036122
Binary1101111111000100110010110110010011101101011000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4CB; }

 p { color: rgb(223,196,203); }

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

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

 a { background-color: rgb(223,196,203); }

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

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

 span { border-color: rgb(223,196,203); }

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