#DDB2C5

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

Shades of Melanie #DDB2C5

Tints of Melanie #DDB2C5

Color information

#DDB2C5 (or 0xDDB2C5) is unknown color: approx Melanie. HEX triplet: DD, B2 and C5. RGB value is (221,178,197). Sum of RGB (Red+Green+Blue) = 221+178+197=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2C5 is #224D3A. Grayscale: #C0C0C0. Windows color (decimal): -2247995 or 12956381. OLE color: 12956381.

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

Color convert

RGB221178197-
CMYK00.190.110.13
HSL333.49º38.74%78.24%-
HSV(B)333.49º19.46%86.67%-
XYZ55.8251.2459.77-
YUV193.02130.25147.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 178 (69.92% from 255) = 29.87%
BLUE value IS 197 (77.34% from 255) = 33.05%
R=37.08%
G=29.87%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117819700.190.110.13333.4938.7478.24
HexDDB2C5013BD14d274e
Octal335262305023131551547116
Binary110111011011001011000101010011101111011010011011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2C5; }

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

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

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

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

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

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

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

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