#DDB6C3

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

Shades of Melanie #DDB6C3

Tints of Melanie #DDB6C3

Color information

#DDB6C3 (or 0xDDB6C3) is unknown color: approx Melanie. HEX triplet: DD, B6 and C3. RGB value is (221,182,195). Sum of RGB (Red+Green+Blue) = 221+182+195=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6C3 is #22493C. Grayscale: #C3C3C3. Windows color (decimal): -2246973 or 12826333. OLE color: 12826333.

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

Color convert

RGB221182195-
CMYK00.180.120.13
HSL340º36.45%79.02%-
HSV(B)340º17.65%86.67%-
XYZ56.452.7758.84-
YUV195.14127.92146.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 182 (71.48% from 255) = 30.43%
BLUE value IS 195 (76.56% from 255) = 32.61%
R=36.96%
G=30.43%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118219500.180.120.1334036.4579.02
HexDDB6C3012CD154244f
Octal335266303022141552444117
Binary110111011011011011000011010010110011011010101001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB6C3; }

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

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

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

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

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

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

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

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