#DCA8BC

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

Shades of Melanie #DCA8BC

Tints of Melanie #DCA8BC

Color information

#DCA8BC (or 0xDCA8BC) is unknown color: approx Melanie. HEX triplet: DC, A8 and BC. RGB value is (220,168,188). Sum of RGB (Red+Green+Blue) = 220+168+188=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8BC is #235743. Grayscale: #B9B9B9. Windows color (decimal): -2316100 or 12363996. OLE color: 12363996.

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

Color convert

RGB220168188-
CMYK00.240.150.14
HSL336.92º42.62%76.08%-
HSV(B)336.92º23.64%86.27%-
XYZ52.5946.8553.85-
YUV185.83129.23152.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 168 (66.02% from 255) = 29.17%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=38.19%
G=29.17%
B=32.64%

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
Decimal22016818800.240.150.14336.9242.6276.08
HexDCA8BC018FE1512b4c
Octal334250274030171652153114
Binary110111001010100010111100011000111111101010100011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA8BC; }

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

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

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

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

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

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

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

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