#DCACBF

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

Shades of Melanie #DCACBF

Tints of Melanie #DCACBF

Color information

#DCACBF (or 0xDCACBF) is unknown color: approx Melanie. HEX triplet: DC, AC and BF. RGB value is (220,172,191). Sum of RGB (Red+Green+Blue) = 220+172+191=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACBF is #235340. Grayscale: #BCBCBC. Windows color (decimal): -2315073 or 12561628. OLE color: 12561628.

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

Color convert

RGB220172191-
CMYK00.220.130.14
HSL336.25º40.68%76.86%-
HSV(B)336.25º21.82%86.27%-
XYZ53.6748.4855.82-
YUV188.52129.4150.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 191 (75% from 255) = 32.76%
R=37.74%
G=29.50%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017219100.220.130.14336.2540.6876.86
HexDCACBF016DE150294d
Octal334254277026151652051115
Binary110111001010110010111111010110110111101010100001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACBF; }

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

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

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

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

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

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

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

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