#DFC3CB

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

Shades of Melanie #DFC3CB

Tints of Melanie #DFC3CB

Color information

#DFC3CB (or 0xDFC3CB) is unknown color: approx Melanie. HEX triplet: DF, C3 and CB. RGB value is (223,195,203). Sum of RGB (Red+Green+Blue) = 223+195+203=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3CB is #203C34. Grayscale: #CCCCCC. Windows color (decimal): -2112565 or 13353951. OLE color: 13353951.

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

Color convert

RGB223195203-
CMYK00.130.090.13
HSL342.86º30.43%81.96%-
HSV(B)342.86º12.56%87.45%-
XYZ60.7359.0364.69-
YUV204.28127.28141.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 195 (76.56% from 255) = 31.40%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=35.91%
G=31.40%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319520300.130.090.13342.8630.4381.96
HexDFC3CB0D9D1571e52
Octal337303313015111552736122
Binary1101111111000011110010110110110011101101010111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3CB; }

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

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

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

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

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

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

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

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