#DCA8BB

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

Shades of Melanie #DCA8BB

Tints of Melanie #DCA8BB

Color information

#DCA8BB (or 0xDCA8BB) is unknown color: approx Melanie. HEX triplet: DC, A8 and BB. RGB value is (220,168,187). Sum of RGB (Red+Green+Blue) = 220+168+187=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8BB is #235744. Grayscale: #B9B9B9. Windows color (decimal): -2316101 or 12298460. OLE color: 12298460.

HSL color Cylindrical-coordinate representation of color #DCA8BB: hue angle of 338.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA8BB is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220168187-
CMYK00.240.150.14
HSL338.08º42.62%76.08%-
HSV(B)338.08º23.64%86.27%-
XYZ52.4946.8153.28-
YUV185.71128.73152.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 168 (66.02% from 255) = 29.22%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=38.26%
G=29.22%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016818700.240.150.14338.0842.6276.08
HexDCA8BB018FE1522b4c
Octal334250273030171652253114
Binary110111001010100010111011011000111111101010100101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA8BB; }

 p { color: rgb(220,168,187); }

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

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

 a { background-color: rgb(220,168,187); }

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

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

 span { border-color: rgb(220,168,187); }

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