#DDB5BF

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

Shades of Melanie #DDB5BF

Tints of Melanie #DDB5BF

Color information

#DDB5BF (or 0xDDB5BF) is unknown color: approx Melanie. HEX triplet: DD, B5 and BF. RGB value is (221,181,191). Sum of RGB (Red+Green+Blue) = 221+181+191=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5BF is #224A40. Grayscale: #C2C2C2. Windows color (decimal): -2247233 or 12563933. OLE color: 12563933.

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

Color convert

RGB221181191-
CMYK00.180.140.13
HSL345º37.04%78.82%-
HSV(B)345º18.1%86.67%-
XYZ55.7552.1856.42-
YUV194.1126.25147.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 181 (71.09% from 255) = 30.52%
BLUE value IS 191 (75% from 255) = 32.21%
R=37.27%
G=30.52%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118119100.180.140.1334537.0478.82
HexDDB5BF012ED159254f
Octal335265277022161553145117
Binary110111011011010110111111010010111011011010110011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5BF; }

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

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

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

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

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

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

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

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