#DCACBE

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

Shades of Melanie #DCACBE

Tints of Melanie #DCACBE

Color information

#DCACBE (or 0xDCACBE) is unknown color: approx Melanie. HEX triplet: DC, AC and BE. RGB value is (220,172,190). Sum of RGB (Red+Green+Blue) = 220+172+190=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACBE is #235341. Grayscale: #BCBCBC. Windows color (decimal): -2315074 or 12496092. OLE color: 12496092.

HSL color Cylindrical-coordinate representation of color #DCACBE: hue angle of 337.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACBE is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220172190-
CMYK00.220.140.14
HSL337.5º40.68%76.86%-
HSV(B)337.5º21.82%86.27%-
XYZ53.5648.4455.24-
YUV188.4128.9150.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=37.80%
G=29.55%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017219000.220.140.14337.540.6876.86
HexDCACBE016EE152294d
Octal334254276026161652251115
Binary110111001010110010111110010110111011101010100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACBE; }

 p { color: rgb(220,172,190); }

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

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

 a { background-color: rgb(220,172,190); }

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

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

 span { border-color: rgb(220,172,190); }

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