#DDB2C2

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

Shades of Melanie #DDB2C2

Tints of Melanie #DDB2C2

Color information

#DDB2C2 (or 0xDDB2C2) is unknown color: approx Melanie. HEX triplet: DD, B2 and C2. RGB value is (221,178,194). Sum of RGB (Red+Green+Blue) = 221+178+194=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2C2 is #224D3D. Grayscale: #C0C0C0. Windows color (decimal): -2247998 or 12759773. OLE color: 12759773.

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

Color convert

RGB221178194-
CMYK00.190.120.13
HSL337.67º38.74%78.24%-
HSV(B)337.67º19.46%86.67%-
XYZ55.4851.1157.98-
YUV192.68128.75148.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 178 (69.92% from 255) = 30.02%
BLUE value IS 194 (76.17% from 255) = 32.72%
R=37.27%
G=30.02%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117819400.190.120.13337.6738.7478.24
HexDDB2C2013CD152274e
Octal335262302023141552247116
Binary110111011011001011000010010011110011011010100101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2C2; }

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

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

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

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

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

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

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

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