#DDB5C4

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

Shades of Melanie #DDB5C4

Tints of Melanie #DDB5C4

Color information

#DDB5C4 (or 0xDDB5C4) is unknown color: approx Melanie. HEX triplet: DD, B5 and C4. RGB value is (221,181,196). Sum of RGB (Red+Green+Blue) = 221+181+196=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5C4 is #224A3B. Grayscale: #C2C2C2. Windows color (decimal): -2247228 or 12891613. OLE color: 12891613.

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

Color convert

RGB221181196-
CMYK00.180.110.13
HSL337.5º37.04%78.82%-
HSV(B)337.5º18.1%86.67%-
XYZ56.3152.4159.37-
YUV194.67128.75146.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 181 (71.09% from 255) = 30.27%
BLUE value IS 196 (76.95% from 255) = 32.78%
R=36.96%
G=30.27%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118119600.180.110.13337.537.0478.82
HexDDB5C4012BD152254f
Octal335265304022131552245117
Binary110111011011010111000100010010101111011010100101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5C4; }

 p { color: rgb(221,181,196); }

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

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

 a { background-color: rgb(221,181,196); }

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

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

 span { border-color: rgb(221,181,196); }

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