#DCBFC6

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

Shades of Melanie #DCBFC6

Tints of Melanie #DCBFC6

Color information

#DCBFC6 (or 0xDCBFC6) is unknown color: approx Melanie. HEX triplet: DC, BF and C6. RGB value is (220,191,198). Sum of RGB (Red+Green+Blue) = 220+191+198=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFC6 is #234039. Grayscale: #C8C8C8. Windows color (decimal): -2310202 or 13025244. OLE color: 13025244.

HSL color Cylindrical-coordinate representation of color #DCBFC6: hue angle of 345.52º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCBFC6 is Cyan = 0, Magento = 0.13, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB220191198-
CMYK00.130.10.14
HSL345.52º29.29%80.59%-
HSV(B)345.52º13.18%86.27%-
XYZ58.3456.5561.27-
YUV200.47126.61141.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 198 (77.73% from 255) = 32.51%
R=36.12%
G=31.36%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019119800.130.10.14345.5229.2980.59
HexDCBFC60DAE15a1d51
Octal334277306015121653235121
Binary1101110010111111110001100110110101110101011010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFC6; }

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

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

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

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

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

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

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

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