#DDB6BE

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

Shades of Melanie #DDB6BE

Tints of Melanie #DDB6BE

Color information

#DDB6BE (or 0xDDB6BE) is unknown color: approx Melanie. HEX triplet: DD, B6 and BE. RGB value is (221,182,190). Sum of RGB (Red+Green+Blue) = 221+182+190=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6BE is #224941. Grayscale: #C2C2C2. Windows color (decimal): -2246978 or 12498653. OLE color: 12498653.

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

Color convert

RGB221182190-
CMYK00.180.140.13
HSL347.69º36.45%79.02%-
HSV(B)347.69º17.65%86.67%-
XYZ55.8452.5555.91-
YUV194.57125.42146.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 182 (71.48% from 255) = 30.69%
BLUE value IS 190 (74.61% from 255) = 32.04%
R=37.27%
G=30.69%
B=32.04%

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
Decimal22118219000.180.140.13347.6936.4579.02
HexDDB6BE012ED15c244f
Octal335266276022161553444117
Binary110111011011011010111110010010111011011010111001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB6BE; }

 p { color: rgb(221,182,190); }

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

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

 a { background-color: rgb(221,182,190); }

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

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

 span { border-color: rgb(221,182,190); }

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