#DFC8CB

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

Shades of Melanie #DFC8CB

Tints of Melanie #DFC8CB

Color information

#DFC8CB (or 0xDFC8CB) is unknown color: approx Melanie. HEX triplet: DF, C8 and CB. RGB value is (223,200,203). Sum of RGB (Red+Green+Blue) = 223+200+203=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8CB is #203734. Grayscale: #CFCFCF. Windows color (decimal): -2111285 or 13355231. OLE color: 13355231.

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

Color convert

RGB223200203-
CMYK00.100.090.13
HSL352.17º26.44%82.94%-
HSV(B)352.17º10.31%87.45%-
XYZ61.8761.3165.07-
YUV207.22125.62139.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 200 (78.52% from 255) = 31.95%
BLUE value IS 203 (79.69% from 255) = 32.43%
R=35.62%
G=31.95%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320020300.100.090.13352.1726.4482.94
HexDFC8CB0A9D1601a53
Octal337310313012111554032123
Binary1101111111001000110010110101010011101101100000110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC8CB; }

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

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

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

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

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

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

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

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