#DDC9CB

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

Shades of Melanie #DDC9CB

Tints of Melanie #DDC9CB

Color information

#DDC9CB (or 0xDDC9CB) is unknown color: approx Melanie. HEX triplet: DD, C9 and CB. RGB value is (221,201,203). Sum of RGB (Red+Green+Blue) = 221+201+203=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9CB is #223634. Grayscale: #CFCFCF. Windows color (decimal): -2242101 or 13355485. OLE color: 13355485.

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

Color convert

RGB221201203-
CMYK00.090.080.13
HSL354º22.73%82.75%-
HSV(B)354º9.05%86.67%-
XYZ61.4861.4665.12-
YUV207.21125.63137.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 201 (78.91% from 255) = 32.16%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=35.36%
G=32.16%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120120300.090.080.1335422.7382.75
HexDDC9CB098D1621753
Octal335311313011101554227123
Binary1101110111001001110010110100110001101101100010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC9CB; }

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

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

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

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

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

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

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

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