#DDC5CB

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

Shades of Melanie #DDC5CB

Tints of Melanie #DDC5CB

Color information

#DDC5CB (or 0xDDC5CB) is unknown color: approx Melanie. HEX triplet: DD, C5 and CB. RGB value is (221,197,203). Sum of RGB (Red+Green+Blue) = 221+197+203=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5CB is #223A34. Grayscale: #CCCCCC. Windows color (decimal): -2243125 or 13354461. OLE color: 13354461.

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

Color convert

RGB221197203-
CMYK00.110.080.13
HSL345º26.09%81.96%-
HSV(B)345º10.86%86.67%-
XYZ60.5659.6264.81-
YUV204.86126.95139.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 197 (77.34% from 255) = 31.72%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=35.59%
G=31.72%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119720300.110.080.1334526.0981.96
HexDDC5CB0B8D1591a52
Octal335305313013101553132122
Binary1101110111000101110010110101110001101101011001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5CB; }

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

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

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

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

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

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

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

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