#DDC8CB

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

Shades of Melanie #DDC8CB

Tints of Melanie #DDC8CB

Color information

#DDC8CB (or 0xDDC8CB) is unknown color: approx Melanie. HEX triplet: DD, C8 and CB. RGB value is (221,200,203). Sum of RGB (Red+Green+Blue) = 221+200+203=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8CB is #223734. Grayscale: #CECECE. Windows color (decimal): -2242357 or 13355229. OLE color: 13355229.

HSL color Cylindrical-coordinate representation of color #DDC8CB: hue angle of 351.43º degrees, saturation: 0.24, 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 #DDC8CB is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221200203-
CMYK00.100.080.13
HSL351.43º23.6%82.55%-
HSV(B)351.43º9.5%86.67%-
XYZ61.2560.9965.04-
YUV206.62125.96138.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 200 (78.52% from 255) = 32.05%
BLUE value IS 203 (79.69% from 255) = 32.53%
R=35.42%
G=32.05%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120020300.100.080.13351.4323.682.55
HexDDC8CB0A8D15f1853
Octal335310313012101553730123
Binary1101110111001000110010110101010001101101011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC8CB; }

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

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

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

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

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

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

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

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