#DDBAC3

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

Shades of Melanie #DDBAC3

Tints of Melanie #DDBAC3

Color information

#DDBAC3 (or 0xDDBAC3) is unknown color: approx Melanie. HEX triplet: DD, BA and C3. RGB value is (221,186,195). Sum of RGB (Red+Green+Blue) = 221+186+195=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAC3 is #22453C. Grayscale: #C5C5C5. Windows color (decimal): -2245949 or 12827357. OLE color: 12827357.

HSL color Cylindrical-coordinate representation of color #DDBAC3: hue angle of 344.57º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBAC3 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB221186195-
CMYK00.160.120.13
HSL344.57º33.98%79.8%-
HSV(B)344.57º15.84%86.67%-
XYZ57.2354.4359.12-
YUV197.49126.6144.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 195 (76.56% from 255) = 32.39%
R=36.71%
G=30.90%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118619500.160.120.13344.5733.9879.8
HexDDBAC3010CD1592250
Octal335272303020141553142120
Binary110111011011101011000011010000110011011010110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAC3; }

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

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

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

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

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

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

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

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