#DDC9CA

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

Shades of Melanie #DDC9CA

Tints of Melanie #DDC9CA

Color information

#DDC9CA (or 0xDDC9CA) is unknown color: approx Melanie. HEX triplet: DD, C9 and CA. RGB value is (221,201,202). Sum of RGB (Red+Green+Blue) = 221+201+202=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9CA is #223635. Grayscale: #CFCFCF. Windows color (decimal): -2242102 or 13289949. OLE color: 13289949.

HSL color Cylindrical-coordinate representation of color #DDC9CA: hue angle of 357º 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 #DDC9CA is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221201202-
CMYK00.090.090.13
HSL357º22.73%82.75%-
HSV(B)357º9.05%86.67%-
XYZ61.3761.4164.5-
YUV207.09125.13137.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 201 (78.91% from 255) = 32.21%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=35.42%
G=32.21%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120120200.090.090.1335722.7382.75
HexDDC9CA099D1651753
Octal335311312011111554527123
Binary1101110111001001110010100100110011101101100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC9CA; }

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

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

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

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

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

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

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

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